@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,700i|Roboto:300,300i,400,400i,500,700,900);

* {
    margin: 0;
    padding: 0
}

body {
    line-height: 24px;
    color: #242424;
    font-size: 14px;
    font-family: 'Bree Serif', serif;
    font-weight: 500;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0;
    color: #242424;
    font-family: 'Bree Serif';
}

.h2,
h2 {
    font-size: 1.6rem;
}

input:focus,
select:focus {
    outline: none
}

input,
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

button {
    cursor: pointer
}

a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: #242424
}

a:hover {
    color: #f70
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none
}

button:focus {
    outline: none
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.black-opacity {
    position: relative;
    z-index: 9
}

.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #242424;
    content: "";
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.ptb-120 {
    padding: 120px 0
}

.mb-30 {
    margin-bottom: 30px
}

.mb-20 {
    margin-bottom: 20px
}

.bg-1 {
    background: #f4f4f4
}

.bg-2 {
    background: #f70
}

.bg-fff {
    background: #fff
}

/* a#scrollUp {
    display: none !important;

    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    background: #222;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px

} */

/**header styles**/
.mainmenu li a {
         padding: 20px 26px;
     }

     .menu {
         border-radius: 5px;
         z-index: 100;
     }

     @media (min-width: 576px) and (max-width: 767.98px) {
         .arda-header li a {
             padding: 8px 30px !important;
         }

         .arda-header li {
             width: 50%;
         }

         .arda-header {
             flex-wrap: wrap;
         }

         .contact-info li {
             padding: 0 13px;
             margin: 1px 0 0px;
         }

         .arda-geta {
             margin-top: 10px !important;
             margin-bottom: 10px !important;
         }

         .jour-header-drop li {
             width: 100%;
         }

         .jour-header-drop li a {
             padding: 0 !important;
         }
     }

     @media (min-width: 768px) and (max-width: 991.98px) {
         .arda-header li a {
             padding: 10px 30px;
         }

         .arda-header li {
             width: 50%;
         }

         .arda-header {
             flex-wrap: wrap;
         }

         .arda-geta {
             margin-top: 10px !important;
             margin-bottom: 10px !important;
         }
     }

     @media (min-width: 992px) and (max-width: 1217px) {
         .arda-geta {
             margin-top: 10px !important;
             margin-bottom: 10px !important;
         }
     }
/**header styles**/

/**footer styles**/
#scrollUp{
		opacity:0;
	}
	
	    
    .footer-top {
    margin-top: 0px;
}
        .featured-wrap , .spacial-area ul li a, .service-items  {
    font-family: 'Bree Serif', serif;
}
        
        .featured-wrap:hover , .service-items:hover{
            color: #333;
        }
        
        
        @media (max-width:767.98px) {
            .featured-area{
                height: auto !important;
                    padding-bottom: 0px;
                    margin-bottom: -15px;
            }
            .mt-t{
                margin-top: 0px !important;
            }
            .contact-area .p-5 {
    padding: 0 !important;
}
            .contact-area .pl-5{
    padding-left: 15px !important;
}
            .s-bg{
                background: #ed7a15e8;
                padding-bottom: 20px;
            }
            .contact-area  .pr-5, .px-5 {
    padding-right: 9px !important;
            }
            
            
        }
		.site-header__title {
    margin: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
	text-align:center;
}
.sub {
    text-align: center;
    font-size: 23px;
    line-height: 37px;
}
.tick{
	text-align:center;
}
.but{
	text-align:center;
	
}
.but-style {
	background-color: #d37c34;
    color: #fff;
    padding: 7px 14px 7px 14px;
    border-radius: 15px;
    border: 2px solid #d37c34;
}
.but-style .fa {
	margin-right:8px;
}
.section-padding {
    padding: 13px 0 45px 0 !important;
}
/**footer styles**/

a#scrollUp:hover {
    background: #d67622;
    color: #fff;
}

.flex-style {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.header-top {
    border-bottom: 1px solid #b5b5b5;
}

.logo {
    padding: 9px 0 0;
}

.contact-info li {
    padding: 0 25px;
    position: relative;
    line-height: 20px;
    margin: 45px 0;
    font-size: 15px;
}

.contact-info li:first-child {
    padding-left: 0
}

.contact-info li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    content: "";
    background: #000;
    height: 100%
}

.contact-info li span {
    display: inline-block;
}

.contact-info li span i {
    margin-right: 5px;
    color: #ff7700;
}

.contact-info li:first-child:before {
    display: none;
}

.social-icon {
    padding: 38px 0;
}

.social-icon li {
    margin-left: 13px
}

.social-icon li a {

    width: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}

.footer-contact-info li a {
    color: #fff;
}

.footer-contact-info li a:hover {
    color: #f70;
}

.social-icon li.facebook a {
    color: #fff;
    background: #4267b2;
}

.social-icon li.facebook a:hover {
    background: #4267b2
}

.social-icon li.twitter a {
    color: #fff;
    background: #1da1f2;
}

.social-icon li.twitter a:hover {
    background: #1da1f2
}

.social-icon li.google-plus a {
    color: #dd4e42
}

.social-icon li.google-plus a:hover {
    background: #dd4e42
}

.social-icon li.linkedin a {
    color: #fff;
    background: #0077b5;
}

.social-icon li.linkedin a:hover {
    background: #0077b5
}

.social-icon li.youtube a {
    background: #c71616;
    color: #fff;
}

.social-icon li.youtube a:hover {
    background: #c71616
}

.social-icon li a:hover {
    color: #fff;
    /*    border: 1px solid #fff*/
}

.mainmenu li {
    /* padding: 0 20px; */
    position: relative;
}

.mainmenu li a {
    display: block;
    padding: 20px 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
    border-right: 1px dashed #ffffff91;
    color: #fff;
    font-family: 'Bree Serif';
}

.widget-title {
    margin-bottom: 0;
    padding-bottom: 23px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #2986e2;
    border-bottom: 1px solid #1d1f274f;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'Bree Serif';
    letter-spacing: 0.5px;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.connect {
    background: #efefef69;
    padding: 10px 24px 19px;
    margin-bottom: 25px;
    border: 1px solid #3333334d;
    font-family: 'Bree Serif' !important;
    background: linear-gradient(rgb(255 255 255 / 56%), rgb(213 213 213 / 60%));
}

.text-title:before {
    border: 2px solid #ff7700;
    content: '';
    position: absolute;
    top: -10px;
    left: 16px;
    width: 85px;
    background-color: #d27c33;
}

.mainmenu li:hover>a,
.mainmenu li.active>a {
    color: #f70;
    text-shadow: 1px 1px #f1d3b9;
}

.mainmenu li>a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background: #f70;
    content: ""
}

.mainmenu li:hover>a:before {
    width: 100%
}

.mainmenu li>ul {
    position: absolute;
    left: -1px;
    top: 120%;
    width: 265px;
    background: #fff;
    z-index: 99;
    padding: 10px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, .1); */
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
}

.mainmenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    border: 1px solid #000;
}

.mainmenu li>ul li {
    padding: 0;
}

.mainmenu li>ul li a {
    padding: 3px 0;
    text-transform: capitalize;
    font-weight: 500;
    border: none;
    line-height: 33px;
    color: #333;
}

.mainmenu li>ul li:hover a {
    padding-left: 5px
}

.mainmenu li>ul li a:before {
    display: none
}

.geta_quote {
    padding: 0px 0;
    margin-right: 20px;
    margin-top: 10px;
}

.geta_quote a {
    display: block;
    color: #fff;
    font-weight: 700;
    background: #fb841dcf;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}

.slider-items {
    position: relative;
    z-index: 9
}

.slider-items:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #242424;
    content: "";
    opacity: .5
}

.slider-items img {
    visibility: hidden
}

.slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.slider-content h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 63px;
    color: #fff;
    margin-bottom: 25px;
}

.slider-content h2 span {
    display: inline-block;
    background: #f70;
    padding: 0px 10px
}

.slider-content p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px
}

.slider-content a {
    padding: 15px 30px;
    background: #f70;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
    border: 2px solid #f70
}

.slider-content a:hover {
    background: transparent;
    color: #f70
}

.slider-active .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    text-align: center;
    width: 100%
}

.slider-active .owl-dot {
    height: 5px;
    width: 25px;
    background: #fff;
    display: inline-block;
    margin: 0 3px;
    border-radius: 5px
}

.slider-active .owl-dot.active {
    background: #f70;
    width: 30px
}

.featured-area {
    padding: 100px 0 70px
}

.featured-wrap {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    filter: drop-shadow(0px 1px 4.5px rgba(0, 0, 0, 0.18));
}

.featured-img {
    overflow: hidden
}

.featured-img>img {
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    height: 200px;
}

.count .text-center {
    border: 1px dashed #424242;
    padding-top: 24px;
}

/*
.featured-wrap:hover .featured-img > img {
    transform: scale(1.15, 1.15) rotate(-5deg);
    -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
    -moz-transform: scale(1.15, 1.15) rotate(-5deg)
}
*/

.featured-wrap h2 {
    font-size: 21px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.featured-wrap h2 a {
    font-family: 'Bree Serif';
}

.featured-content-area {
    padding: 130px 0
}

.featured-content-img {
    position: absolute;
    left: 30px;
    top: 100px;
    width: 650px
}

.featured-content-wrap {
    padding-top: 30px
}

.featured-content-wrap h2 {
    font-size: 29px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.featured-content-wrap h2 span {
    /* display: block; */
    /* font-size: 18px; */
    /* font-weight: 400; */
    /* color: #f70; */
    /* text-transform: uppercase; */
    /* line-height: 28px; */
}

.featured-content-wrap p {
    font-size: 18px;
    /* font-style: italic; */
    /* font-weight: 500; */
    line-height: 28px;
    margin-bottom: 21px;
    text-align: left;    
    font-family: 'Roboto';
}

.featured-content-wrap a {
    display: inline-block;
    padding: 15px 30px;
    background: #f70;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #f70;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px
}

.featured-content-wrap a:hover {
    background: transparent;
    color: #f70
}

.service-area {
    padding: 130px 0 100px
}

.section-title {
    margin-bottom: 50px
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px
}

.service-wrap {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    padding: 70px 25px;
    margin-bottom: 30px
}

.service-wrap h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.service-wrap p {
    margin-bottom: 15px;
    text-align: justify
}

.service-wrap a {
    display: inline-block;
    color: #f70;
    font-size: 18px;
    margin-top: 10px
}

.service-items {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    padding: 30px 20px 35px 80px;
    margin-bottom: 30px;
    position: relative
}

.service-items:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1)
}

.service-items:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: #f70;
    height: 3px;
    content: ""
}

.service-items:hover:before {
    width: 100%
}

.service-items h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Bree Serif';
}

.service-items span {
    position: absolute;
    left: 20px;
    top: 35px
}

.service-items span:before {
    font-size: 40px;
    color: #f70
}

.about-area {
    padding: 100px 0;
    overflow: hidden;
    
}

.about-content {
    margin-top: 60px
}

.about-content h3 {
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 25px
}

.about-content p {
    margin-bottom: 50px
}

.about-items span {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 20px;
    color: #f70;
    margin-top: 20px;
}

.about-items img {
    width: 60px;
}

.about-items p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 13px;
    color: #275a95;
    font-style: italic;
    line-height: 28px;
    text-transform: capitalize;
    font-family: 'Bree Serif' !important;
    margin-bottom: 10px;
}

.testmonial-area {
    padding: 100px 0
}

.test-img img {
    border-radius: 50%;
    width: 100%
}

.test-content h2 {
    font-size: 40px;
    font-style: italic;
    margin-bottom: 0
}

.test-content li {
    display: inline-block;
    font-size: 18px;
    color: #e2b928
}

.test-content p {
    margin-top: 30px;
    font-style: italic;
    opacity: .6;
    font-size: 18px;
    line-height: 28px;
    padding-right: 35px
}

.test-content {
    position: relative;
    z-index: 9
}

.test-content span {
    position: absolute;
    left: 0;
    top: 50px;
    font-size: 223px;
    z-index: -9;
    opacity: .1
}

.test-active .owl-nav div {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 40px
}

.test-active .owl-nav div:hover {
    color: #f70
}

.test-active .owl-nav div.owl-next {
    left: auto;
    right: 5%
}

.spacial-area {
    padding: 120px 0;
}

.spacial-area h2 {
    font-size: 29px;
    line-height: 44px;
    /* font-style: italic; */
    font-family: 'Bree Serif';
    margin-bottom: 40px;
    font-weight: 500;
}

.spacial-area ul li {
    margin-bottom: 36px;
    font-style: italic;
    font-size: 21px;
    padding: 20px;
    padding-left: 62px;

    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    position: relative;

}

.spacial-area ul li:last-child {
    margin-bottom: 0
}

.spacial-area ul li i {
    width: 32px;
    height: 32px;

    line-height: 33px;
    border-radius: 50%;
    margin-left: 8px;
    position: absolute;
    left: 7px;
    font-size: 15px;
    color: #f70;
    border: 1px solid #242424;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
}

.spacial-area ul li:hover i {
    background: #f70;
    color: #fff;
    border-color: #f70
}

#chartContainer {
    width: 100%;
    height: 380px
}

.resorce-info {
    height: 60px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 2px;
    cursor: pointer
}

.resorce-info:hover {
    background: #f70
}

.resorce-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.resorce-info p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.resorce-info:hover h4,
.resorce-info:hover p {
    color: #fff
}

.expart-area {
    position: relative;
    margin: 120px 0
}

.expart-wrap {
    padding: 10px 0
}

.expart-wrap h2 {
    font-size: 40px;
    line-height: 45px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px
}

.expart-wrap p {
    margin-bottom: 30px
}

.expart-wrap a {
    display: inline-block;
    padding: 10px 25px;
    background: #f70;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #f70
}

.expart-wrap a:hover {
    background: transparent;
    color: #f70
}

.expart-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 560px
}

.contact-area {
    position: relative;
    z-index: 999
}



.contact-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
}

.contact-wrap {
    /*    min-height: 580px*/
}

.notification i.fa.fa-angle-double-right.mr-3 {
    border: 1px solid #ee862a;
    padding: 6px 9px;
    border-radius: 100%;
    background: #ed852924;
    margin-right: 12px !important;
}

.notification p {
    margin-bottom: 23px;
    line-height: 30px;
}

.notification a {
    color: #333;
    font-family: 'Bree Serif';
}

.notification a:hover {
    color: #333;
}

.contact-wrap h2 {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Bree Serif';
}

.contact-wrap input,
.contact-wrap textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding-left: 15px
}

.form-style {
    padding: 31px 23px;
    margin-bottom: 50px;

    background: #ef862a;

}

.contact-wrap textarea {
    height: 100px
}

.contact-wrap button {
    padding: 10px 25px;
    background: #fff;
    text-transform: uppercase;
    color: #f70;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border: 2px solid #fff
}

.contact-wrap button:hover {
    color: #fff;
    background: transparent
}

.team-area {
    padding: 120px 0 90px
}

.team-wrap {
    margin-bottom: 50px;
    position: relative
}

.team-img img {
    width: 100%
}

.team-content {
    position: absolute;
    left: 2.5%;
    width: 95%;
    text-align: center;
    background: #ff8d29;
    bottom: -20px;
    z-index: 99;
    padding: 25px 0
}

.team-wrap:hover .team-content {
    background: #f70
}

.team-content h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 20px
}

.team-content p {
    color: #fff;
    font-style: italic;
    font-size: 13px;
    font-weight: 500
}

.team-content ul {
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform: scaleY(0);
    -moz-transform-origin: bottom;
    height: 0;
    transition: height .3s ease-in-out 1s;
    -webkit-transition: height .3s ease-in-out 1s;
    -moz-transition: height .3s ease-in-out 1s
}

.team-wrap:hover .team-content ul {
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    height: auto;
    margin-top: 15px
}

.team-content ul li {
    display: inline-block
}

.team-content ul li a {
    display: block;
    height: 25px;
    width: 25px;
    background: #242424;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px
}

.team-content ul li a:hover {
    background: #fff;
    color: #ff8d29
}

.nvestments-area {
    
    padding: 80px 0 0
}

.nvestments-wrap {
    padding-bottom: 80px
}

.nvestments-wrap h2 {
    font-size: 40px;
    line-height: 45px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff
}

.nvestments-wrap h2 span {
    color: #f70
}

.nvestments-wrap p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px
}

.nvestments-wrap ul li {
    display: inline-block;
    margin-right: 25px
}

.nvestments-wrap ul li:last-child {
    margin-right: 0
}

.nvestments-wrap ul li a {
    display: block;
    height: 45px;
    width: 160px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    background: #f70;
    text-align: center;
    border-radius: 3px;
    color: #fff
}

.nvestments-wrap ul li a:hover {
    background: #fff;
    color: #f70
}

.nvestments-img {
    position: absolute;
    bottom: 0
}

.blog-area {
    padding: 120px 0 90px
}

.blog-wrap {
    margin-bottom: 30px
}

.blog-wrap:hover {
    box-shadow: 0 2px 25px rgba(0, 0, 0, .1)
}

.blog-content {
    padding: 30px 15px;
    border: 1px solid #e5e5e5;
    border-top: none
}

.blog-content h3 {
    font-size: 24px;
    font-weight: 500
}

.blog-content ul li {
    display: inline-block;
    opacity: .60;
    font-style: italic
}

.blog-content ul li:before {
    content: "|";
    margin: 0 10px
}

.blog-content ul li:first-child:before {
    display: none
}

.blog-content p {
    margin-bottom: 20px;
    margin-top: 15px
}

.blog-content a.readmore {
    font-weight: 600;
    text-transform: uppercase
}

.footer-area {
    
}

.footer-top {
    padding: 81px 0 28px;
    margin-top: 50px;
}

.jour-logo img {
    border: 1px solid #3333334a;
    margin-right: 10px;
    width: 150px;
    padding: 12px;
    margin-top: 36px;
}

.footer-widget {
    margin-bottom: 30px
}

.footer-widget h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Bree Serif';
}

.footer-logo p {
    margin: -13px 0px 14px 0px;
    color: #fff;
    font-size: 14px;
}

.footer-logo img {
    width: 245px;
    height: 100px;
}

.ft_sub {
    width: 40% !important;
    padding: 0px;
    color: #fff;
    margin-right: -28px;
    font-size: 17px;
    cursor: pointer;
}

.footer-logo form {
    position: relative
}

.footer-logo input {
    width: 72%;
    height: 45px;
    border: none;
    border-radius: 5px;
    padding: 0 2px 0 10px
}

.mt-4 img {
    height: 50px;
    width: 150px;
}

.footer-logo button {
    background: #f70;
    color: #fff;
    padding: 7px 17px 7px 17px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 5px;
}

.footer-menu ul li {
    line-height: 48px
}

.footer-menu ul li a {
    display: inline-block;
    color: #fff
}

.footer-menu ul li:hover a {
    color: #f70
}

.footer-menu ul li a i {
    margin-right: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.footer-menu ul li a:hover i {
    margin-right: 5px
}

.footer-twitter li {
    margin-bottom: 25px;
    line-height: 20px
}

.footer-twitter li a {
    color: #fff;
    font-size: 14px
}

.footer-twitter li a i {
    margin-right: 5px;
    font-size: 16px;
    color: #1da1f2
}

.footer-contact ul.footer-contact-info li {
    line-height: 20px;
    margin-bottom: 15px;
    color: #fff
}

.footer-contact ul.footer-contact-info li span {
    color: #f70
}

.footer-contact h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 20px
}

.footer-contact ul.social-icon {
    padding: 0
}

.footer-contact ul.social-icon li:first-child {
    margin-left: 0
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #5a5e62;
    text-align: center
}

.footer-bottom p {
    color: #fff;
    font-size: 16px;
    font-style: initial;
    font-weight: 500
}

.footer-bottom p span {
    color: #f70
}

.menu {
    border-radius: 5px;
    height: 39px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #d37c34;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    padding: 0 8px;
    margin: 12px 0;
    z-index: 99999999999;
    position: relative
}

.menu li {
    height: 2px;
    width: 25px;
    background: #fff;
    margin-bottom: 2px;
    -webkit-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s
}

ul.menu.active {
    position: fixed;
    right: 30px
}

.menu.active li.first {
    -webkit-transform: translateY(4px) rotateZ(-135deg);
    transform: translateY(4px) rotateZ(-135deg);
    background-color: #fff
}

.menu.active li.second {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.menu.active li.third {
    -webkit-transform: translateY(-4px) rotateZ(135deg);
    transform: translateY(-4px) rotateZ(135deg);
    background-color: #fff
}

.header-bottom {
    position: relative;
    background: #275a95;
}

.responsive-menu-area {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #f0f5fb;
    top: 100%;
    padding: 20px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top
}

.responsive-menu-area.active {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

.metismenu li {
    margin-bottom: 5px
}

.metismenu li a {
    color: #333;
    display: block;
    border-bottom: 1px dashed #333;
    padding: 5px;
}

.metismenu .has-arrow:after {
    right: 0
}

.metismenu li>ul {
    padding-left: 20px
}

.header-area2 .logo {
    padding: 25px 0 24px
}

.header-area2 .mainmenu li:hover>a,
.header-area2 .mainmenu li.active>a {
    color: #fff
}

.header-area2 .mainmenu li>ul li:hover a {
    color: #f70
}

.header-area2 .mainmenu li a:before,
.header-area2 .mainmenu li.active a:before {
    background: #fff;
    top: auto;
    bottom: 0
}

.header-area2 .mainmenu li.active a:before {
    width: 100%
}

.header-area2 .geta_quote a {
    border: 2px solid #fff
}

.slider-area2 .slider-items {
    height: 840px
}

.slider-area2 .slider-content {
    padding-bottom: 150px
}

.slider-area2 .slider-content span {
    display: block;
    background: transparent;
    color: #f70;
    font-style: italic;
    padding: 0
}

.slider-area2 .slider-content p {
    padding: 0 150px
}

.slider-area2 .slider-content ul li {
    display: inline-block;
    margin: 0 10px
}

.slider-active .owl-nav div {
    position: absolute;
    left: 50px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.slider-active .owl-nav div:hover {
    background: #f70;
    color: #fff
}

.slider-active .owl-nav div.owl-next {
    left: auto;
    right: 50px
}

.slider-area2 .slider-active .owl-dots {
    display: none
}

.featured-area.featured-area2 {
    margin-top: -250px;
    position: relative;
    z-index: 9;
    padding-bottom: 120px
}

.featured-wrapper {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.featured-wrapper .featured-wrap {
    margin-bottom: 0
}

.featured-content-area2 {
    padding: 0
}

.featured-content-area2 .featured-content-wrap {
    height: 100%
}

.expart-area2 .expart-img {
    width: 750px;
    left: 30px;
    z-index: -9
}

.calculate-area {
    padding: 100px 0;
}

.calculate-wrap h2 {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 20px
}

.calculate-wrap p {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    padding-right: 10px;
    margin-bottom: 30px
}

.calculate-wrap ul li {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.calculate-wrap ul li input,
.calculate-wrap ul li select {
    background: transparent;
    height: 40px;
    width: 50px;
    border: 1px solid #616162
}

.calculate-wrap ul li input::placeholder {
    opacity: 1;
    color: #242424;
    font-weight: 700;
    text-align: center
}

.calculate-wrap ul li select {
    width: 90px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #242424
}

.calculate-wrap ul li p {
    height: 40px;
    border: 1px solid #616162;
    line-height: 40px;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 0;
    position: relative;
    top: 1px
}

.nvestments-area2 {
    padding: 0
}

.nvestments-area2 .contact-wrap {
    min-height: 550px
}

.resorce-area2 .section-title h2 {
    color: #fff
}

.header-area2 .menu {
    border: 2px solid #fff
}

.header-area3 .header-bottom {
    position: relative;
    z-index: 9;
    background: #ff8d29
}

.header-area3 .header-bottom:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 76%;
    height: 100%;
    content: "";
    background: #242424
}

.header-area3 .logo {
    position: relative;
    z-index: 9;
    overflow: hidden
}

.header-area3 .logo:before,
.header-area3 .logo:after {
    position: absolute;
    right: -49px;
    top: -8px;
    border-style: solid;
    border-width: 50px;
    border-color: transparent transparent transparent #fff;
    content: "";
    z-index: 9
}

.header-area3 .logo:after {
    right: -33px;
    top: 0;
    border-width: 42px;
    border-color: transparent transparent transparent #ff8d29
}

.header-area3 .mainmenu li>a {
    color: #fff
}

.header-area3 .mainmenu li:hover>a {
    color: #f70
}

.header-area3 .mainmenu li ul li>a {
    color: #242424
}

.header-area2 .geta_quote a {
    border: none
}

.slider-area3 .slider-items {
    height: 700px
}

.slider-area3 {
    position: relative
}

.slider-thumbni-area {
    position: absolute;
    bottom: 50px;
    width: 100%
}

.slider-thumbnil-active .owl-item {
    height: 50px !important;
    width: 50px !important
}

.slider-area3 .slider-content ul li {
    display: inline-block;
    margin: 0 5px
}

.slider-area3 .slider-content h2 span {
    background: transparent;
    padding: 0;
    font-weight: 400;
    display: block
}

.slider-area3 .slider-content p {
    font-size: 24px;
    margin-bottom: 35px
}

.slider-thumbnil-active .item {
    cursor: pointer
}

.slider-thumbnil-active .owl-item.active {
    border: 1px solid #fff
}

.featured-area3 .featured-wrap {
    padding: 40px 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05)
}

.featured-area3 .featured-wrap.active,
.featured-area3 .featured-wrap:hover {
    background: #f70;
    color: #fff
}

.featured-area3 .featured-wrap span:before {
    font-size: 45px
}

.featured-area3 .featured-wrap:hover h2 a,
.featured-area3 .featured-wrap.active h2 a {
    color: #fff
}

.service-area2 .service-items {
    padding: 35px 25px;
    z-index: 9
}

.service-area2 .service-items img {
    margin-bottom: 25px
}

.service-area2 .service-items:before {
    width: 100%;
    height: 100%;
    
    z-index: -9;
    opacity: 0
}

.service-area2 .service-items.active:before,
.service-area2 .service-items:hover:before {
    opacity: 1
}

.pricing-area {
    padding: 120px 0 90px
}

.pricing-menu {
    margin-bottom: 50px;
    flex-wrap: wrap
}

.pricing-menu li {
    margin: 0 10px
}

.pricing-menu li:first-child {
    margin-left: 0
}

.pricing-menu li:last-child {
    margin-right: 0
}

.pricing-menu li a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border: 1px solid #c8c8c8;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 0 40px
}

.pricing-menu li.buy a,
.pricing-menu li.btc a,
.pricing-menu li a:hover {
    background: #f70;
    color: #fff;
    border-color: #f70
}

.pricing-menu li select {
    width: 100px;
    height: 45px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600
}

.pricing-wrap {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 90px 0;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}

.pricing-wrap:hover {
    box-shadow: 0 0 80px rgba(0, 0, 0, .05)
}

.pricing-wrap h4 {
    position: absolute;
    left: -108px;
    top: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    width: 100%;
    height: 50px;
    background: #f70;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 50px;
    margin-bottom: 0
}

.pricing-wrap h3 {
    font-size: 73px;
    font-weight: 500;
    color: #f70;
    margin-bottom: 5px
}

.pricing-wrap h3 span.doller {
    color: #242424;
    font-size: 40px;
    position: relative;
    top: -20px
}

.pricing-wrap h3 span.for {
    color: #9fa3a7;
    font-size: 18px
}

.pricing-wrap p {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px
}

.pricing-wrap button {
    width: 160px;
    height: 45px;
    border: 1px solid #c8c8c8;
    border-radius: 50px;
    background: transparent;
    font-style: italic;
    text-transform: uppercase
}

.pricing-wrap button:hover {
    background: #f70;
    color: #fff;
    border-color: #f70
}

.testmonial-area2 {
    padding: 100px 0;
}

.test-images {
    width: 60px;
    height: 60px;
    margin-right: 20px
}

.test-items i {
    color: #f70;
    font-size: 60px;
    margin-bottom: 15px
}

.test-items p {
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    padding-right: 25px;
    margin-bottom: 30px
}

.test-items h4 {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 18px;
    color: #f70;
    font-style: italic;
    margin-top: 10px
}

.test-items span {
    font-style: italic;
    color: #fff;
    line-height: 20px
}

.test-active2 {
    padding-bottom: 50px
}

.test-active2 .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0
}

.test-active2 .owl-dot {
    background: #8c8c8e;
    height: 2px;
    width: 20px;
    display: inline-block;
    margin-right: 5px
}

.test-active2 .owl-dot.active {
    background: #f70;
    width: 25px
}

.calculate-area2 {
    padding-bottom: 0;
    background: transparent
}

.calculate-area2 .calculate-wrap {
    padding-top: 60px
}

.quote-area {
    padding: 100px 0;
    
}

.quote-wrap h2 {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px
}

.quote-wrap p {
    font-style: italic;
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.quote-wrap {
    height: 100%
}

.quote-wrap a {
    padding: 10px 30px;
    background: #f70;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #f70;
    text-transform: uppercase
}

.quote-wrap a:hover {
    background: transparent;
    color: #f70
}

.section-title2 h2 {
    color: #fff
}

.nvestments-area3 {
    padding: 120px 0
}

.nvestments-area3 .contact-wrap textarea {
    height: 160px
}

.nvestments-area3 .contact-wrap {
    min-height: auto
}

.breadcumb-area {
    min-height: 320px;
    
}

.breadcumb-area h2 {
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600
}

.breadcumb-area ul li {
    font-size: 24px;
    color: #fff;
    margin-right: 5px
}

.breadcumb-area ul li a {
    display: block;
    color: #fff
}

.breadcumb-area ul li span,
.breadcumb-area ul li a:hover {
    color: #f70
}

.calculate-area.calculate-area2.bg-1 {
    background: #f5f5f5
}

.service-page-area {
    padding: 120px 0 90px
}

.service-wrappper {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.service-wrappper:hover {
    box-shadow: 0 1px 25px rgba(0, 0, 0, .1)
}

.service-contents {
    padding: 25px 30px
}

.service-contents h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px
}

.service-contents p {
    font-family: roboto
}

.service-details {
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.service-details h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px
}

.service-details p {
    margin-bottom: 20px
}

.service-details ul li {
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px
}

.service-details ul li i {
    font-size: 24px;
    color: #f70;
    position: absolute;
    left: 0;
    top: 0
}

.service-details-img {
    background: url(../images/Meetings.webp)no-repeat center center / cover;
    height: 100%
}

.shop-area {
    padding: 120px 0 90px
}

.shop-wrap {
    margin-bottom: 30px;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.shop-wrap:hover {
    border-color: #f70
}

.shop-img {
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #f4f4f4
}

.shop-img ul {
    position: absolute;
    left: -100%;
    bottom: 0;
    background: #f70;
    width: 45px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.shop-wrap:hover .shop-img ul {
    left: 2px
}

.shop-img ul li {
    padding: 5px 0;
    border-bottom: 1px solid #fff
}

.shop-img ul li:last-child {
    border-bottom: none
}

.shop-img ul li a {
    color: #fff
}

.shop-content {
    padding: 20px 15px
}

.shop-content h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px
}

.shop-content ul {
    overflow: hidden;
    margin-bottom: 15px
}

.shop-content ul li.pull-left {
    font-size: 18px;
    font-weight: 500;
    color: #f70
}

.shop-content ul li i {
    color: #ffbb19
}

.search-wrap form {
    position: relative
}

.search-wrap input {
    height: 50px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 50px 0 15px
}

.search-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #f70;
    color: #fff;
    border: none;
    font-size: 18px
}

.widget {
    margin-bottom: 45px
}

.widget h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600
}

.catregory-wrap li {
    line-height: 35px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5
}

.catregory-wrap li:last-child {
    border-bottom: none
}

.post-wrap ul li {
    margin-bottom: 20px;
    overflow: hidden
}

.post-img {
    float: left;
    margin-right: 15px
}

.post-content {
    overflow: hidden;
    padding: 15px 0
}

.post-content a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500
}

.post-content p {
    color: #ff8d29;
    font-style: italic
}

.sidebar-newsletter p {
    margin-bottom: 20px
}

.sidebar-newsletter input {
    width: 100%;
    height: 45px;
    background: #e5e5e5;
    border: none;
    padding-left: 10px;
    margin-bottom: 10px
}

.sidebar-newsletter button {
    border: 2px solid #f70;
    padding: 10px 30px;
    background: #f70;
    color: #fff;
    font-size: 16px
}

.sidebar-newsletter button:hover {
    background: transparent;
    color: #f70
}

.tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px
}

.tag-wrap ul li a {
    display: block;
    padding: 7px 25px;
    border: 1px solid #e5e5e5;
    opacity: .5
}

.tag-wrap ul li a:hover {
    border-color: #f70;
    opacity: 1;
    background: #f70;
    color: #fff
}

.service-wrappper img {
    width: 100%
}

.blog-details-area {
    padding: 120px 0
}

.blog-details-wrap {
    background: #fff;
    margin-bottom: 50px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.blog-details-wrap img {
    width: 100%
}

.blog-details-wrap h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 20px 0
}

.blog-details-wrap ul {
    margin-bottom: 25px
}

.blog-details-wrap ul li {
    display: inline-block;
    font-size: 18px;
    font-style: italic
}

.blog-details-wrap ul li a {
    opacity: .6
}

.blog-details-wrap ul li:before {
    content: "|";
    margin: 0 10px;
    opacity: .6
}

.blog-details-wrap ul li:first-child:before {
    display: none
}

.blog-details-wrap p {
    margin-bottom: 25px
}

.blog-details-wrap blockquote {
    font-style: italic;
    font-size: 18px;
    color: #f70;
    line-height: 28px;
    margin-bottom: 40px;
    display: block
}

.blog-details-wrap blockquote i {
    font-size: 40px;
    position: relative;
    top: 20px;
    color: #242424;
    opacity: .1
}

.comment-form-area {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

h3.blog-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600
}

ol {
    list-style: none
}

.comment-wrapper {
    position: relative
}

.comments-reply {
    margin-top: 10px
}

.comment-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 30px
}

.comment-theme {
    float: left;
    margin-right: 30px
}

.comment-main-area {
    overflow: hidden
}

.comment-image {
    overflow: hidden
}

.comment-wrap:hover .comment-image {
    border-color: #333
}

.comment-wrap1 {
    margin-left: 70px;
    position: relative
}

.comment-wrap2 {
    margin-left: 140px;
    margin-bottom: 0
}

.sewl-comments-meta h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px
}

.sewl-comments-meta span {
    display: inline-block;
    margin-bottom: 10px;
    color: #f70;
    font-weight: 500
}

.comment-area p {
    margin-bottom: 25px
}

.comments-reply a {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    top: 0
}

.comment.even.thread-even.depth-1 {
    margin-top: 40px
}

.sewl-comment-form {
    margin-top: 50px
}

.sewl-form-inputs input,
.sewl-form-textarea textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px
}

.sewl-form-textarea textarea {
    height: 230px
}

.form-submit input {
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #f70;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    cursor: pointer
}

.form-submit input:hover {
    background: #333
}

.blog-active {
    margin-bottom: 50px
}

.blog-active .blog-details-img {
    margin-bottom: 0
}

.contact-page-area {
    padding: 50px 0 0px
}

.contact-form {
    padding: 30px 11px;
    margin-bottom: 50px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
    background: #eeeeee4f;
}

.contact-form h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.contact-form h2 span {
    color: #f70
}

.contact-form p {
    margin-bottom: 30px
}

.contact-form input,
.contact-form textarea {
    height: 45px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    margin-bottom: 10px;
}

.contact-form textarea {
    height: 66px;
}

.contact-form button {
    padding: 10px 30px;
    background: #f38f3a;
    color: #fff;
    font-size: 16px;
    border: none;
    border: 1px solid #f38f3a;
}

.contact-form button:hover {
    color: #f70;
    background: transparent
}

.contact-page-info {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 30px 20px;
    margin-bottom: 50px
}

.contact-page-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
    border-bottom: 1px dashed #333;
    padding-bottom: 20px;
    text-align: center;
    color: #275a95;
}

.contact-page-info ul li {
    position: relative;
    padding-left: 50px;
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact-page-info ul li i {
    height: 30px;
    width: 30px;
    line-height: 29px;
    color: #fff;
    background: #f38f3a;
    text-align: center;
    position: absolute;
    left: 0;
    border-radius: 50%;
    font-size: 15px;
    margin-top: 6px;
}

.border-bottom {
    /*    border-bottom: 1px solid #e5e5e5;*/
    margin-bottom: 60px;
    /*    padding-bottom: 60px*/
}

#googleMap {
    width: 100%;
    height: 600px
}

.whats-up-button {
    margin: 0 0 50px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: -35px !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    left: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}






@media only screen and (max-width: 1024px) {
    .service-items {
        height: 257px !important;
    }

}

@media screen and (min-width:375px) and (max-width:736px) {
    .spacial-area ul li {
        margin-bottom: 25px;
    }

    .colu-hd {
        line-height: 70px;
    }

    .journal-head {
        margin-top: 40px;
    }
	
	
    .service-area{
			margin-top: 69 rem;
    }
    

}


@media screen and (min-width:1366.98px) and (max-width:1920px) {
    .about-wrap {
        padding-top: 110px
    }

    .featured-content-img {
        width: 800px
    }

    .featured-content-area {
        padding: 130px 0 225px
    }

    .contact-img {
        width: 860px
    }

    .contact-area {
        padding: 89px 0
    }

    .contact-area:before {
        height: 85%
    }
}

@media (min-width:992px) and (max-width:1197.98px) {
    .slider-content h2 {
        font-size: 60px;
        line-height: 60px
    }

    .slider-items {
        height: 500px
    }

    .featured-content-img {
        width: 480px;
        top: 135px
    }

    .featured-content-wrap p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .featured-content-wrap {
        padding-top: 0
    }

    .service-items {
        padding: 30px 15px 35px 70px
    }

    .service-items span {
        left: 15px
    }

    .expart-img {
        width: 420px
    }

    .expart-wrap h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px
    }

    .expart-wrap {
        padding: 0
    }

    .expart-area.expart-area2 {
        margin: 120px 0 160px
    }

    .expart-area2 .expart-img {
        width: 635px
    }

    .slider-area2 .slider-items {
        height: 685px
    }

    .featured-wrapper .featured-wrap {
        margin-bottom: 30px
    }

    .header-area3 .header-bottom:before {
        display: none
    }

    .header-area3 .logo:before,
    .header-area3 .logo:after {
        display: none
    }

    .slider-area3 .slider-items {
        height: 500px
    }

    .slider-area3 .slider-content p {
        font-size: 20px
    }

    .shop-content h3 {
        font-size: 21px
    }

    .post-content {
        padding: 0 0
    }

    .contact-page-info ul li {
        margin-bottom: 15px;
        font-size: 15px
    }

    .contact-form textarea {
        height: 137px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .slider-content h2 {
        font-size: 54px;
        line-height: 60px
    }

    .slider-items {
        height: 500px
    }

    .featured-content-wrap {
        padding-top: 0
    }

    .spacial-area ul li {
        font-size: 17px;
        margin-bottom: 31px
    }


    .service-items {
        padding: 30px 15px 35px 80px
    }

    .about-content {
        margin-top: 0
    }

    .journal-head {
        margin-top: 40px;
    }

    .about-area {
        background: #f5f5f5
    }

    .test-content p {
        font-size: 15px;
        line-height: 25px
    }

    .spacial-area h2 {
        font-size: 30px;
        line-height: 35px
    }

    .resorce-wrap {
        margin-top: 50px
    }

    .expart-wrap h2 {
        font-size: 35px;
        line-height: 40px
    }

    .contact-area {
        padding: 120px 0;
        background: #f70
    }

    .contact-area:before {
        display: none
    }

    .contact-wrap {
        min-height: auto
    }

    .slider-area2 .slider-items {
        height: 700px
    }

    .slider-area2 .slider-content p {
        padding: 0 35px
    }

    .featured-content-area2 {
        padding: 0 0 125px
    }

    .featured-wrapper .featured-wrap {
        margin-bottom: 30px
    }

    .header-area3 .header-bottom:before {
        display: none
    }

    .header-area3 .logo:before,
    .header-area3 .logo:after {
        display: none
    }

    .slider-area3 .slider-items {
        height: 500px
    }

    .pricing-menu li a {
        padding: 0 30px
    }

    .calculate-area2 {
        padding-bottom: 100px
    }

    .calculate-area2 .calculate-wrap {
        padding-top: 0
    }

    .quote-wrap p {
        margin-bottom: 30px
    }

    .quote-wrap {
        text-align: left !important
    }

    .sidebar-area {
        margin-top: 20px
    }

    .revarce-wrap {
        flex-wrap: wrap-reverse
    }

    .service-details-img {
        height: 350px;
        margin-bottom: 20px;
    }

    .comment-wrap1 {
        margin-left: 35px
    }

    .comment-wrap2 {
        margin-left: 70px
    }
}

@media (max-width:767.98px) {
    .slider-content h2 {
        font-size: 30px;
        line-height: 35px
    }

    .slider-items {
        height: 450px
    }

    .slider-content p {
        font-size: 14px;
        line-height: 24px
    }

    .featured-content-wrap h2 {
        font-size: 23px;
        line-height: 30px;
    }

    .featured-content-wrap p {
        font-size: 18px;
        line-height: 25px
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .featured-content-area {
        padding: 100px 0
    }

    .featured-content-wrap {
        padding-top: 0
    }

    .service-items {
        padding: 30px 10px 35px 80px
    }

    .about-items {
        margin-bottom: 30px
    }

    .about-content {
        margin-top: 0
    }

    .about-area {
        background: #f5f5f5
    }

    .test-content p {
        font-size: 15px;
        line-height: 25px
    }

    .test-img {
        width: 150px;
        margin-bottom: 20px
    }

    .mb-20 {
        margin-bottom: 20px
    }

    .resorce-wrap {
        margin-top: 50px
    }

    .expart-wrap h2 {
        font-size: 24px;
        line-height: 34px
    }

    .footer-area .pl-5 {
        padding-left: 15px !important;
    }

    .contact-area {
        padding: 10px 0;
        /*        background: #fff*/
    }

    .contact-area:before {
        display: none
    }

    .contact-wrap {
        min-height: auto
    }

    .service-wrap {
        padding: 30px 25px
    }

    .blog-content ul li:before {
        margin: 0 1px
    }

    .blog-content ul li a {
        font-size: 12px
    }

    .blog-content {
        padding: 30px 10px
    }

    .logo {
        padding: 12px 0;
        text-align: center
    }

    ul.contact-info.d-flex.justify-content-end {

        justify-content: center !important
    }

    .contact-info li {
        margin-left: 10px !important;
    }

    .geta_quote {
        margin-right: -43px;

        margin-left: 107px;
    }

    .contact-info li {
        padding: 0 0;
        margin: 0 0 15px
    }

    .contact-info li:before {
        display: none
    }

    .test-img {
        width: 150px;
        margin-bottom: 20px
    }

    .spacial-area h2 {
        font-size: 25px;
        line-height: 35px
    }

    .contact-wrap h2 {
        font-size: 26px
    }

    .nvestments-wrap h2 {
        font-size: 30px;
        line-height: 35px
    }

    .nvestments-wrap p {
        font-size: 15px
    }

    .nvestments-wrap ul li a {
        width: 135px
    }

    .nvestments-wrap ul li {
        margin-right: 15px
    }

    .footer-widget h3 {
        margin-bottom: 20px;
		margin-top: 2rem;
    }

    .slider-area2 .slider-content p {
        padding: 0 0
    }

    .featured-wrapper {
        padding: 10px
    }

    .featured-wrapper .featured-wrap {
        margin-bottom: 30px
    }

    .slider-active .owl-nav div {
        position: absolute;
        left: 10px;
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px
    }

    .slider-active .owl-nav div.owl-next {
        right: 10px
    }

    .slider-content a {
        padding: 10px 25px;
        font-weight: 500;
        font-size: 14px
    }

    .featured-content-area.featured-content-area2 {
        padding: 0 0 130px
    }

    .header-area2 .contact-info li {
        margin: 29px 4px 25px;
        font-size: 12px
    }

    .slider-area2 .slider-items {
        height: 655px
    }

    .slider-area2 .slider-content ul li {
        margin: 0 5px
    }

    .featured-area.featured-area2 {
        margin-top: -220px
    }

    .calculate-wrap ul li p {
        font-size: 14px;
        top: 0;
        padding: 0 10px
    }

    .calculate-wrap ul li {
        margin-right: 2px;
        font-size: 14px
    }

    .calculate-wrap ul li:last-child {
        margin-right: 0
    }

    .calculate-wrap ul li input {
        width: 35px
    }

    .calculate-wrap ul li select {
        width: 80px
    }

    .calculate-wrap h2 {
        font-size: 20px
    }

    .calculate-wrap p {
        font-size: 17px;
        line-height: 27px
    }

    .header-area3 .header-bottom:before {
        display: none
    }

    .header-area3 .logo:before,
    .header-area3 .logo:after {
        display: none
    }

    .slider-area3 .slider-items {
        height: 500px
    }

    .slider-area3 .slider-content p {
        font-size: 16px
    }

    .slider-thumbni-area {
        bottom: 30px
    }

    .service-area2 .service-items {
        padding: 35px 15px
    }

    .pricing-menu li a {
        padding: 0 21px
    }

    .pricing-menu li {
        margin: 0 5px 10px
    }

    .test-items p {
        line-height: 24px;
        font-size: 15px
    }

    .calculate-area2 {
        padding-bottom: 100px
    }

    .calculate-area2 .calculate-wrap {
        padding-top: 0
    }

    .quote-wrap h2 {
        font-size: 30px
    }

    .quote-wrap p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .sidebar-area {
        margin-top: 20px
    }

    .post-content {
        padding: 0 0
    }

    .post-content a {
        font-size: 14px
    }

    .revarce-wrap {
        flex-wrap: wrap-reverse
    }

    .service-details-img {
        height: 250px;
        margin-bottom: 20px
    }

    .comment-wrap1 {
        margin-left: 15px
    }

    .comment-wrap2 {
        margin-left: 30px
    }

    .comment-form-area,
    .blog-details-wrap {
        padding: 10px
    }

    .blog-details-wrap h3 {
        font-size: 24px
    }

    .blog-details-wrap blockquote {
        font-size: 15px
    }

    .mb-0.mb-20 {
        margin-bottom: 20px !important
    }

    .comment-theme {
        float: none;
        margin-right: 0;
        margin-bottom: 20px
    }

    .comment-wrap {
        padding: 10px
    }

    .contact-page-info ul li {
        margin-bottom: 9px;
        font-size: 14px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .contact-info li {
        padding: 0 10px;
        font-size: 13px
    }

    .mainmenu li {
        padding: 0 10px
    }

    .geta_quote a {
        font-size: 13px
    }

    .slider-content h2 {
        font-size: 40px;
        line-height: 45px
    }

    .slider-items {
        height: 500px
    }

    .blog-content h3 {
        font-size: 18px
    }

    .logo {
        text-align: left
    }

    ul.contact-info.d-flex.justify-content-end {
        display: flex !important;
        justify-content: flex-end !important;
    }

    .contact-info li {
        padding: 0 25px;
        margin: 40px 0 40px
    }

    .contact-info li:before {
        display: block
    }

    .about-items {
        margin-bottom: 0
    }

    .test-img {
        width: 100%;
        margin-bottom: 0
    }

    .slider-area2 .slider-items {
        height: 560px
    }

    .featured-area.featured-area2 {
        margin-top: -190px
    }

    .calculate-wrap h2 {
        font-size: 30px
    }

    .service-items h3 {
        font-size: 21px
    }

    .shop-content h3 {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:480px) and (max-width:575.98px) {
    .container {
        width: 450px;
    }
}


.abt p {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 28px;
    text-align: left;
}

@media (min-width:1000px) and (max-width:1300px) {

    .contact-info li {
        font-size: 15px;
    }
}

.bread-crumb {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    font-family: 'Bree Serif';
    text-align: left;
}

.bread-crumb a {
    color: #275a95;
    margin-right: 6px;
    font-weight: 600;
}

.bread-crumb .fa {
    color: #ff7700;
}

.pipe {
    font-size: 21px;
    position: relative;
    top: 1px;
    font-weight: 400;
}

.social-icon li.instagram a {
    color: #fff;
    background: #c90054;
}

p#breadcrumbs {
    margin-top: -50px;
    font-size: 16px;
    margin-bottom: 40px
}

#breadcrumbs a {
    color: #275a95;
    margin-right: 6px;
    font-weight: 600;
    padding: 4px;
}

#breadcrumbs .fa {
    color: #ff7700;
    margin-right: 6px;
}

.br_img {
    padding-top: 66px;
    margin-bottom: 38px;
    background-position: center;
    background-size: cover;
    padding-bottom: 30px;
}

.stotop {
    display: block !important;
    position: fixed;
    z-index: 2147483647;
    bottom: 92px;
    right: 35px;
    padding: 5px 10px;
    background: #bf6111;
    color: #fff;
    border-radius: 50%;
}

@media (max-width: 575.98px) {
    .geta_quote {
        margin-left: 0px;
        margin-right: 0px;
    }

    .conf-heading {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .contact-wrap .conf-heading {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }

    .featured-content-wrap .conf-heading {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .conf-featured .conf-heading {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .conf-announ .conf-heading {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 15px !important;
        margin-top: 0px !important;
    }

    .notification p {
        margin-bottom: 10px;
    }

    .spacial-area .conf-heading {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .featured-content-wrap a {
        padding: 0px !important;
    }

    .conf-count {
        padding: 0px 15px;
    }

    .conf-featured {
        margin-top: 40px !important;
    }

    .featured-area {
        padding-top: 30px !important;
    }

    .conf-scopus {
        margin-top: 20px;
        margin-bottom: 10px !important;
    }

    .conf-box {
        margin-bottom: 10px !important;
    }

    .spacial-area ul li {
        font-size: 17px;
    }

    .jour-logo img {
        width: 134px !important;
        margin-right: 10px !important;
        margin-top: 10px !important;
    }

    .jour-logo {
        padding: 0px 15px;
        margin-top: 20px;
    }

    .service-items {
        height: 270px !important;
    }

    .conf-select {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .colu-hd {
        line-height: normal !important;
    }

    .conf-select-wrap {
        padding-right: 15px !important;
    }

    .conf-phone {
        width: 100% !important;
    }

    .res-prop {
        padding: 0px 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .jour-logo img {
        margin-top: 10px;
    }

    .contact-info li {
        padding: 0 13px;
        margin: 1px 0 0px;
    }

    .geta_quote {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mainmenu li a {
        padding: 0px 10px;
    }

    .conf-heading {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .contact-wrap .conf-heading {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }

    .featured-content-wrap .conf-heading {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .conf-featured .conf-heading {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .conf-announ .conf-heading {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }

    .spacial-area .conf-heading {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .featured-content-wrap a {
        padding: 0px !important;
    }

    .conf-featured {
        margin-top: 40px !important;
    }

    .featured-area {
        padding-top: 30px !important;
    }

    .service-items {
        height: 207px !important;
    }

    .spacial-area ul li {
        font-size: 16px;
    }

    .conf-box {
        margin-bottom: 10px !important;
    }

    .conf-scopus {
        margin-bottom: 10px !important;
    }

    .colu-hd {
        line-height: normal !important;
    }

    .conf-contact {
        margin-top: 20px;
    }

    .conf-select {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .conf-select-wrap {
        padding-right: 15px !important;
    }

    .conf-phone {
        width: 100% !important;
    }

    .spacial-area .conf-heading {
        margin-bottom: 20px;
    }

    .arda-inter {
        word-break: break-all;
    }

    .res-prop {
        padding: 0px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .jour-logo img {
        margin-top: 10px;
    }

    .conf-select {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .conf-select-wrap {
        padding-right: 15px !important;
    }

    .conf-phone {
        width: 100% !important;
    }

    .conf-contact {
        margin-top: 20px;
    }

    .spacial-area .conf-heading {
        margin-bottom: 26px;
    }

    .conf-service-area {
        margin-top: 600px !important;
    }

    .featured-content-wrap a {
        padding: 0px !important;
    }

    .spacial-area ul li {
        margin-bottom: 10px;
    }

    .conf-featured {
        margin-top: 40px !important;
    }

    .featured-area {
        padding-top: 30px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .jour-logo img {
        margin-top: 10px;
    }

    .conf-select {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .conf-select-wrap {
        padding-right: 15px !important;
    }

    .conf-phone {
        width: 100% !important;
    }

    .conf-contact {
        margin-top: 20px;
    }

    .conf-announ .conf-heading {
        margin-bottom: 20px !important;
    }

    .spacial-area .conf-heading {
        margin-bottom: 26px;
    }

    .spacial-area ul li {
        margin-bottom: 10px;
    }

    .featured-content-wrap p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .conf-featured {
        margin-top: 40px !important;
    }

    .featured-area {
        padding-top: 30px !important;
    }

    .spacial-area ul li {
        font-size: 20px;
    }
}

.conf-heading {
    font-size: 28px !important;
}

.conf-select {
    margin-bottom: 20px;
    width: 100% !important;
}

.conf-select-wrap {
    padding-right: 15px !important;
}

.conf-phone {
    width: 100% !important;
}

.spacial-area .conf-heading {
    margin-bottom: 26px;
}

@media (min-width: 1200px) {
    .arda-header {
        justify-content: end !important;
    }
}

.contact-page-area {
    padding-top: 20px !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .arda-geta {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .arda-header {
        justify-content: center;
    }

    .arda-row {
        justify-content: center;
    }

    .img img {
        height: 100% !important;
        padding-right: 10px;
    }

    .upcome-health {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .conf-card .upcome-medi {
        height: -webkit-fill-available !important;
        height: inherit;
        margin-bottom: 10px;
    }

    .nav-tabs .nav-item {
        width: 18% !important;
    }

    .contact-page-area {
        padding: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .arda-geta {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .arda-header {
        flex-wrap: wrap;
    }

    .arda-header li {
        width: 50%;
    }

    .arda-header li a {
        padding: 10px 30px;
    }

    .arda-row {
        justify-content: center;
    }

    .img img {
        height: 100% !important;
        padding-right: 10px;
    }

    .upcome-health {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .virtual-card {
        margin: 0px 15px;
    }

    .nav-tabs .nav-item {
        width: 22% !important;
    }

    .contact-page-area {
        padding: 0px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .arda-geta {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .arda-header {
        flex-wrap: wrap;
    }

    .arda-header li {
        width: 50%;
    }

    .arda-header li a {
        padding: 8px 30px !important;
    }

    .arda-row {
        justify-content: center;
    }

    .meeting-tab {
        margin-top: 30px !important;
    }

    .img img {
        height: 100% !important;
        padding-right: 10px;
    }

    .upcome-health {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .conf-card .upcom-desc {
        padding-left: 15px !important;
        padding-right: 10px !important;
    }

    .virtual-card {
        margin: 0px 15px;
    }

    .nav-tabs .nav-item {
        width: 30% !important;
    }

    .virtual-student {
        margin-bottom: 15px;
    }

    .contact-page-area {
        padding: 0px !important;
    }

    .res-system {
        margin-top: 1.5rem;
    }

    .phd-scroll {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .contact-page-area {
        padding: 0px !important;
    }

    .contact-form {
        margin-bottom: 20px !important;
    }

    .contact-page-info ul li {
        line-height: 30px;
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .contact-page-info ul li i {
        margin-top: 0px;
    }

    .border-bottom {
        margin-bottom: 0px;
    }

    .arda-menu {
        z-index: 0;
    }

    .about-since {
        padding: 20px !important;
    }

    .our-time-image {
        margin-bottom: 20px;
    }

    .service-details {
        padding: 10px;
    }

    .meeting-event {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .meeting-center-heading {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .meeting-tab {
        margin-top: 30px !important;
    }

    .meeting-digit {
        margin-bottom: 10px !important;
    }

    .meeting-loop {
        margin-bottom: 0px !important;
    }

    .spacial-area .conf-heading {
        margin-bottom: 0px;
    }

    .article-research {
        margin-bottom: 20px;
    }

    .upcom-heading {
        font-size: 14px !important;
        line-height: 25px !important;
    }

    .conf-card .upcom-desc {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .upcome-health {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .month {
        margin-bottom: 10px;
    }

    .img img {
        height: 100% !important;
        padding-right: 10px;
    }

    .virtual-vir {
        margin-bottom: 15px;
    }

    .virtual-tabs {
        margin-top: 20px !important;
    }

    .nav-tabs .nav-item {
        margin-bottom: 10px !important;
        margin-right: 0px !important;
    }

    .virtual-text {
        margin-top: 30px !important;
    }

    .virtual-card {
        margin: 0px 15px;
    }

    .res-card {
        margin-bottom: 0px !important;
    }

    .res-system {
        margin-top: 1.5rem;
    }

    .phd-scroll {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1217px) {
    .mainmenu li a {
        font-size: 15px;
        padding: 18px 26px;
    }

    .arda-geta {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

.about-arda-heading {
    font-family: 'Bree Serif';
    text-shadow: 1px 1px #333;
    color: #ff7700;
    margin-top: 20px;
    line-height: 35px;
    font-size: 25px;
}

.about-count {
    padding: 0px 15px;
}

.about-list {
    padding-left: 15px;
}

.our-h3 {
    font-size: 24px !important;
    line-height: 35px;
}

.arda-geta {
    margin: 0px;
}

.footer-heading {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Bree Serif';
}

.conf-count {
    padding: 0px 15px;
}

.journal-heading {
    font-size: 20px;
    margin-bottom: 14px;
    font-family: 'Bree Serif';
    padding: 22px 6px;
}

.journal-image img {
    margin-bottom: 0px !important;
}

.journal-image {
    margin-bottom: 30px;
}

.journal-types {
    margin-top: 40px;
}

.article-heading {
    font-size: 1.5rem;
    margin-top: 0;
    color: #242424;
    font-family: 'Bree Serif';
    margin-bottom: 21px;
    font-weight: 500;
    line-height: 1.2;
}

.article-personal span {
    color: #ff7700;
    border-bottom: 3px dashed #2c2c2c;
    padding-bottom: 3px;
}

.article-personal {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.article-scope {
    padding: 15px 15px 0px 15px;
    margin-left: 0px !important;
}

.article-contact-form {
    margin-top: 50px;
}

.upcom-heading {
    font-size: 18px;
    padding-top: 11px;
    line-height: 29px;
    font-family: 'Bree Serif';
    margin-bottom: 10px;
    margin-top: 0;
    color: #242424
}

.upcom-heading-2 {
    font-size: 17px;
    margin-bottom: 10px;
    padding-top: 0px;
    margin-top: 0;
    color: #242424;
    font-family: 'Bree Serif';
    line-height: 1.2;
}

.img img {
    height: inherit;
}

.res-heading {
    font-size: 1.5rem;
}

.res-paragraph {
    margin-bottom: 0px !important;
}

.res-statt {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.site-map {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}

.featured-content-wrap a {
    border: 0 !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

@media (min-width: 576px) {
    .changjour {
        margin-top: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .jour-logo img {
        height: 90px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .jour-logo img {
        height: 91px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .jour-logo img {
        height: 91px;
    }
}

@media (min-width: 1200px) {
    .jour-logo img {
        height: 91px;
    }
}