/*color*/
/*transparent*/
/*fonts*/
/******** Helper ********/
body, html { background-size: 100%; font-family: "Open Sans", sans-serif; }

.padding-0 { padding: 0; }

.padding-10 { padding: 0 10px; }

.padding-55 { padding: 0 55px; }

.main-div { width: 100%; height: 100%; }

.vertical-center { display: flex; align-items: center; }

.horizontal-center { display: flex; justify-content: center; }

.table-ver-center { display: table-cell; vertical-align: middle; }

.center { text-align: center; }

.flex-direction { display: flex; flex-direction: column; justify-content: center; align-items: center; }

/**** Effects ****/
.effects, .btn a, .btn-transparent, .homepage .sec-3 .border-content, .homepage .sec-3 .border-content a, footer .social i { transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; }

.effects-1 { transition: all 1s ease-in-out 0s; -moz-transition: all 1s ease-in-out 0s; -webkit-transition: all 1s ease-in-out 0s; }

.effects-2, header nav .upper { transition: background 300ms ease-in-out; -moz-transition: background 300ms ease-in-out; -o-transition: background 300ms ease-in-out; -webkit-transition: background 300ms ease-in-out; }

.effects-opacity { -o-transition: opacity .2s ease-in-out; -ms-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out; -webkit-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; }

.box-shadow { -webkit-box-shadow: 16px 35px 32px 6px rgba(0, 0, 0, 0.1); -moz-box-shadow: 16px 35px 32px 6px rgba(0, 0, 0, 0.1); box-shadow: 16px 35px 32px 6px rgba(0, 0, 0, 0.1); }

.shadow, header .navbar-nav, .homepage .sec-5 .client-img { -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3); }

.angle { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }

.angle-left-center { -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

.angle-45-deg { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.angle-n45-deg { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.text-shadow-banner { -webkit-box-shadow: -1px 22px 51px -23px rgba(0, 0, 0, 0.3); -moz-box-shadow: -1px 22px 51px -23px rgba(0, 0, 0, 0.3); box-shadow: -1px 22px 51px -23px rgba(0, 0, 0, 0.3); }

a { color: #434343; text-decoration: none; }
a:hover, a:focus { text-decoration: none; }

.open { visibility: visible; }

.hide, .hidden { visibility: hidden !important; }

.show { display: block; }

.transparent { opacity: 0; }

.no-bg { background: transparent !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }

.morecontent span { display: none; }

.morelink { display: block; }

/************ btn ***********/
.btn a { padding: 10px 30px; max-width: 200px; color: #434343; background: #ffffff; font-weight: 300; font-size: 15px; border: 2px solid #800080; text-transform: uppercase; border-radius: 0; }
.btn a:hover { color: #ffffff !important; background: #800080; border: 2px solid #800080; }

.btn-center { margin: 0 auto; text-align: center; }

.btn-circle { height: 73px; width: 280px; border-radius: 55px; color: #ffffff; text-align: center; padding: 23px; font-weight: 800; outline: none; }

.btn-blue { background: #434343; }
.btn-blue:hover { color: #ffffff; background: #b02323; }

.btn-red { padding: 7px 30px; color: #ffffff; font-weight: 400; font-size: 16px; font-family: "Roboto", sans-serif; text-align: center; text-transform: uppercase; background: #b02323; border: 1px solid #b02323; border-radius: 9px; }
.btn-red:hover { color: #ffffff; background: #434343 !important; border: 1px solid #434343 !important; }
.btn-red i { padding-left: 13px; font-size: 17px; }

.btn-gray { padding: 7px 30px; color: #434343; font-weight: 600; font-size: 15px; text-align: center; text-transform: uppercase; background: transparent; border: 2px solid #434343; border-radius: 9px; }
.btn-gray:hover { color: #b02323; background: transparent !important; border: 2px solid #b02323 !important; }
.btn-gray i { padding-left: 13px; font-size: 17px; }

.btn-red-long { width: 400px; padding: 20px; color: #ffffff; font-weight: 600; font-size: 14px; text-align: center; text-transform: initial; background: #b02323; border: 1px solid #b02323; }
.btn-red-long i { padding-left: 13px; font-size: 17px; }
.btn-red-long:hover { color: #ffffff; background: #434343; border: 1px solid #434343; }

.btn-register { color: #ffffff; background: #b11115; }
.btn-register:hover, .btn-register:focus { color: #ffffff !important; background: #434343 !important; }

.btn-transparent { max-width: 230px; padding: 22px 20px; text-align: center; border: 1px solid #ffffff; border-radius: 0; text-transform: uppercase; }
.btn-transparent i { padding-left: 13px; font-size: 17px; }
.btn-transparent a { color: #ffffff; font-size: 18px; font-weight: 600; }
.btn-transparent:hover { background: #800080; color: #ffffff; border: 1px solid #ffffff; }

.btn-square { height: 45px; padding: 10px 30px; text-transform: uppercase; font-weight: 400; }

input, textarea, select { background: #ffffff; border: 1px solid #777777; color: #434343; font-family: "Open Sans", sans-serif; font-size: 16px; font-weight: 500; padding: 5px 15px; margin: 5px 0 15px; width: 100%; }

select { background: #fff url("../images/select-arrow.png") no-repeat 97% center; appearance: none; -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; }

.burger { margin-top: -18px; background: none; border: 0; border-radius: 3px; font-size: 15px; font-weight: 700; text-transform: uppercase; direction: rtl; cursor: pointer; }

.heading-content { color: #b02323; padding-top: 10px; font-weight: 700; font-size: 23px; text-transform: uppercase; border-top: 7px solid #b02323; transform: rotate(-270deg); -webkit-transform: rotate(-270deg); }

.separator { position: relative; height: 1px; width: 100%; }

.arrow-down { position: fixed; left: 0; right: 0; bottom: -1px; margin: 0 auto; color: #ffffff; font-size: 17px; text-align: center; z-index: 5; }
.arrow-down i { position: relative; left: 0; right: 0; margin: 0 auto; padding: 13px 17px; text-align: center; color: #ffffff; background: #222d49; }

.pagination-arrow-50 { height: 50px; width: 50px; padding: 17px; font-size: 17px; }

.pagination-arrow-40 { height: 40px; width: 40px; padding: 14px; font-size: 13px; }

.pagination-arrow { border-radius: 50px; color: #ffffff; }

.pagination-title { font-weight: 700; font-size: 25px; padding: 0 15px; }

.pagination-controls { font-weight: 700; padding: 0 15px; }

.no-outline input:focus, .no-outline select:focus, .no-outline textarea:focus, .no-outline button:focus { outline: none; }

.scale { transform: scale(1.1); }

.scroll { margin-bottom: 20px; padding: 15px 60px; background: #ffffff; -webkit-box-shadow: 0px 6px 13px -5px rgba(0, 0, 0, 0.52); -moz-box-shadow: 0px 6px 13px -5px rgba(0, 0, 0, 0.52); box-shadow: 0px 6px 13px -5px rgba(0, 0, 0, 0.52); }

.black-bg { background: #434343 !important; }

.ellipsis { display: block; /* Fallback for non-webkit */ display: -webkit-box; max-width: 400px; margin: 0 auto; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

.row:before, .row:after { display: none !important; }

.blog-img {width: 300px; height: 250px; object-position: center; object-fit: cover;}

/************* global **************/
html, body { width: 100%; padding: 0; margin: 0 auto; color: #434343; margin: 0; padding: 0; scroll-behavior: smooth; overflow-x: hidden; }

h1 { font-size: 54px; }

h2 { margin-bottom: 50px; }

p { font-size: 16px; font-weight: 400; }

* { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p, ul { margin: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 600; }

h1 { font-size: 60px; line-height: 65px; }

h2 { font-size: 50px; line-height: 50px; }

a, span, i { display: inline-block; }

a { text-decoration: none; }

ul { list-style: none; padding: 0; }

img { display: block; width: 100%; }

.row:after, .row:before { clear: both; content: ""; display: table; }

.flex { display: flex; -moz-display: flex; -o-display: flex; -webkit-display: flex; }

/*Preloader*/
#loading { position: fixed; height: 100%; width: 100%; margin-top: 0px; top: 0px; left: 0; z-index: 9999; background-color: #ffffff; overflow: hidden; }

#loading-center { position: relative; width: 100%; height: 100%; }

#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 50px; width: 50px; margin-top: -25px; margin-left: -25px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-animation: loading-center-absolute 1.5s infinite; animation: loading-center-absolute 1.5s infinite; }

.object { width: 25px; height: 25px; background-color: #b02323; float: left; }

#object_one { -webkit-animation: object_one 1.5s infinite; animation: object_one 1.5s infinite; }

#object_two { -webkit-animation: object_two 1.5s infinite; animation: object_two 1.5s infinite; }

#object_three { -webkit-animation: object_three 1.5s infinite; animation: object_three 1.5s infinite; }

#object_four { -webkit-animation: object_four 1.5s infinite; animation: object_four 1.5s infinite; }

@-webkit-keyframes loading-center-absolute { 100% { -webkit-transform: rotate(-45deg); } }
@keyframes loading-center-absolute { 100% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } }
@-webkit-keyframes object_one { 25% { -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_one { 25% { transform: translate(0, -50px) rotate(-180deg); -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% { transform: translate(0, 0) rotate(-180deg); -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_two { 25% { -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% { -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_two { 25% { transform: translate(50px, 0) rotate(-180deg); -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% { transform: translate(0, 0) rotate(-180deg); -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_three { 25% { -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% { -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_three { 25% { transform: translate(-50px, 0) rotate(-180deg); -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% { transform: translate(0, 0) rotate(-180deg); -webkit-transform: rtranslate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_four { 25% { -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_four { 25% { transform: translate(0, 50px) rotate(-180deg); -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% { transform: translate(0, 0) rotate(-180deg); -webkit-transform: translate(0, 0) rotate(-180deg); } }
/*End off Preloader*/
header { position: relative; }
header nav { padding: 0 !important; }
header nav .upper { padding: 15px 65px 0 !important; }
header .logo { position: relative; top: 15px; max-width: 95px; }
header .nav-line1 { display: block; height: 3px; width: 12px; margin-bottom: 5px; background: #ffffff; text-align: right; }
header .nav-line2 { display: block; height: 3px; width: 19px; margin-bottom: 5px; background: #ffffff; text-align: right; }
header .nav-line3 { display: block; height: 3px; width: 25px; margin-bottom: 5px; background: #ffffff; text-align: right; }
header .navbar-nav { width: 280px; margin-right: 40px; float: right; text-align: right; background: rgba(255, 255, 255, 0.8); }
header .navbar-nav a { color: #434343 !important; }
header .navbar-nav a:hover { text-decoration: underline; }
header .nav-item { padding-right: 25px; }

.homepage, .inner { /**** banner ****/ }
.homepage .banner, .inner .banner { position: relative; }
.homepage .banner .carousel-inner .item img, .inner .banner .carousel-inner .item img { max-height: 695px; min-height: 695px; width: 100%; height: 695px; object-fit: cover; }
.homepage .banner .carousel-inner h1, .inner .banner .carousel-inner h1 { font-weight: 400; text-transform: uppercase; line-height: 40px; color: #ffffff; }
.homepage .banner .carousel-inner h1 span, .inner .banner .carousel-inner h1 span { font-size: 36px; }
.homepage .banner .carousel-inner h1 span:first-child, .inner .banner .carousel-inner h1 span:first-child { font-weight: 800; font-size: 38px; }

/********** Homepage **********/
.homepage { position: relative; }
.homepage .sec-1 { height: 565px; max-height: 565px; padding: 0; margin-bottom: 20px; }
.homepage .sec-1 .title { position: absolute; color: #ffffff; }
.homepage .sec-1 .title h1, .homepage .sec-1 .title h2 { font-weight: 400; }
.homepage .sec-1 .title h1 { font-size: 22px; font-weight: 400; line-height: 35px; }
.homepage .sec-1 .title h1 span { color: #800080; }
.homepage .sec-1 .title h2 { font-size: 28px; }
.homepage .sec-2 h2, .homepage .inner .sec-3 h2, .inner .homepage .sec-3 h2 { font-size: 38px; padding-bottom: 12px; }
.homepage .sec-2 p, .homepage .inner .sec-3 p, .inner .homepage .sec-3 p { margin-bottom: 30px; font-size: 15px; line-height: 35px; }
.homepage .sec-3 h2 { font-size: 30px; text-align: center; }
.homepage .sec-3 h3 { font-size: 15px; text-align: center; }
.homepage .sec-3 .border-content { margin: 0 auto; text-align: center; }
.homepage .sec-3 .border-content a { height: 335px; max-width: 335px; border: 1px solid #dee2e6 !important; border-radius: 35px; padding: 15px 40px 25px; -webkit-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.27); -moz-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.27); box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.27); }
.homepage .sec-3 .border-content a:hover { -webkit-box-shadow: 0px 2px 16px 2px turquoise; -moz-box-shadow: 0px 2px 16px 2px turquoise; box-shadow: 0px 2px 16px 2px turquoise; color: turquoise; }
.homepage .sec-4, .homepage .inner .sec-6, .inner .homepage .sec-6 { color: #ffffff; }
.homepage .sec-4 h2, .homepage .inner .sec-6 h2, .inner .homepage .sec-6 h2 { font-size: 30px; text-align: center; }
.homepage .sec-4 h4, .homepage .inner .sec-6 h4, .inner .homepage .sec-6 h4 { font-weight: 400; font-size: 24px; line-height: 40px; }
.homepage .sec-4 h5, .homepage .inner .sec-6 h5, .inner .homepage .sec-6 h5 { font-weight: 400; font-size: 18px; }
.homepage .sec-4 p, .homepage .inner .sec-6 p, .inner .homepage .sec-6 p { font-weight: 300; font-size: 15px; line-height: 30px; }
.homepage .sec-4 img, .homepage .inner .sec-6 img, .inner .homepage .sec-6 img { margin: 0 auto; max-width: 220px; border-radius: 220px; max-height: 220px; object-fit: cover; }
.homepage .sec-4 .carousel-indicators li, .homepage .inner .sec-6 .carousel-indicators li, .inner .homepage .sec-6 .carousel-indicators li { bottom: 20px; height: 10px; width: 10px; border-radius: 10px; cursor: pointer; }
.homepage .sec-4 #carousel-testimonials, .homepage .inner .sec-6 #carousel-testimonials, .inner .homepage .sec-6 #carousel-testimonials { height: 385px; }
.homepage .sec-5 h2 { font-size: 30px; text-align: center; }
.client-img { width: 100%; height: 150px; padding: 15px; margin: 15px 7px; background: #ffffff; }
.client-img img { max-height: 120px; width: auto; margin: auto; }
.homepage .sec-5 .slick-dots { bottom: -50px; }
.homepage .sec-5 .slick-dots li { width: 10px; }
.homepage .sec-5 .slick-dots li button { padding: 4px; width: 7px; height: 7px; border: 1px solid #434343; border-radius: 25px; }
.homepage .sec-5 .slick-active button { background: #434343; }

/********** Homepage **********/
.inner { position: relative; }
.inner .sec-1 { height: 565px; max-height: 565px; padding: 0; margin-bottom: 20px; }
.inner .sec-1 .title { position: absolute; color: #ffffff; }
.inner .sec-1 .title h1, .inner .sec-1 .title h2 { font-weight: 400; }
.inner .sec-1 .title h1 { font-size: 48px; font-weight: 600; line-height: 30px; text-align: center; }
.inner .sec-1 .title h1 span { color: #800080; }
.inner .sec-1 .title h2 { font-size: 28px; }
.inner .sec-2 h2, .inner .sec-3 h2 { font-size: 28px; padding-bottom: 12px; }
.inner .sec-2 p, .inner .sec-3 p { margin-bottom: 25px; font-size: 15px; line-height: 30px; }
.inner .sec-4, .inner .sec-6 { color: #ffffff; text-align: center; }
.inner .sec-4 h2, .inner .sec-6 h2 { font-size: 28px; padding-bottom: 12px; }
.inner .sec-4 p, .inner .sec-6 p { font-weight: 300; font-size: 15px; line-height: 38px; text-align: center; }
.inner .sec-4 img, .inner .sec-6 img { margin: 0 auto; max-width: 220px; border-radius: 220px; }
.inner .sec-5 { color: #434343; text-align: center; }
.inner .sec-5 h2 { font-size: 28px; padding-bottom: 12px; }
.inner .sec-5 p { font-weight: 300; font-size: 15px; line-height: 38px; text-align: center; }
.inner .sec-5 img { margin: 0 auto; max-width: 220px; border-radius: 220px; }

.services .sec-2 h2, .services .inner .sec-3 h2, .inner .services .sec-3 h2 { font-size: 28px; padding-bottom: 12px; }
.services .sec-2 p, .services .inner .sec-3 p, .inner .services .sec-3 p { margin-bottom: 30px; font-size: 15px; line-height: 35px; }
.services .sec-3 h2 { font-size: 28px; padding-bottom: 12px; }
.services .sec-3 p { margin-bottom: 30px; font-size: 15px; line-height: 35px; }

.services-inner ul li { color: #434343; line-height: 35px; font-size: 15px; font-weight: 300; list-style-type: disc; list-style-position: inside; }
.services-inner .sec-1 h1 { margin-top: 18px; line-height: 56px !important; }
.services-inner .sec-1 p { text-align: center; font-size: 20px; }
.services-inner .sec-2, .services-inner .inner .sec-3, .inner .services-inner .sec-3 { text-align: left; }
.services-inner .sec-2 h2, .services-inner .inner .sec-3 h2, .inner .services-inner .sec-3 h2 { font-size: 28px; padding-bottom: 12px; }
.services-inner .sec-2 p, .services-inner .inner .sec-3 p, .inner .services-inner .sec-3 p { margin-bottom: 30px; font-size: 15px; line-height: 35px; }
.services-inner .sec-3 { color: #ffffff; text-transform: uppercase; }
.services-inner .sec-3 h2 { font-size: 46px; padding-bottom: 7px; }
.services-inner .sec-3 p { margin-bottom: 30px; font-size: 23px; line-height: 35px; }
.services-inner .sec-3 img { max-width: 90px; margin: 0 auto; }
.services-inner .sec-4, .services-inner .inner .sec-6, .inner .services-inner .sec-6 { text-align: left; color: #434343; }
.services-inner .sec-4 p, .services-inner .inner .sec-6 p, .inner .services-inner .sec-6 p { text-align: left; }
.services-inner .sec-5 { text-align: center; color: #ffffff; }
.services-inner .sec-5 .btn-transparent { padding: 15px 20px; margin: 0 auto; }
.services-inner .sec-5 p { font-size: 24px; font-weight: 400; }
.services-inner .sec-6 { text-align: left; color: #434343; }
.services-inner .sec-6 p { text-align: left; }
.services-inner .sec-6 ul li { list-style-type: none; }

.contact { position: relative; }
.contact .sec-1 { margin-top: -110px; padding-top: 140px; background: url("../images/home/contact-bg.jpg") repeat; }
.contact .sec-1 .title { text-align: center; }
.contact .sec-1 form { font-family: "Roboto", sans-serif; font-weight: 400; }
.contact .sec-1 h2 { margin: 25px 0 65px; }
.contact .sec-1 h3 { margin-top: 35px; margin-bottom: 20px; font-size: 16px; font-weight: 800; text-align: center; color: #434343; }
.contact .sec-1 p { font-size: 16px; font-weight: 600; }
.contact .sec-1 .address { margin-bottom: 15px; text-align: center; color: #434343; }
.contact .sec-1 .address h3 { margin-top: 0; }
.contact .sec-1 label { color: #434343; font-family: "Montserrat", sans-serif; text-transform: uppercase; font-weight: 600; font-size: 16px; }
.contact .sec-1 input { margin: 0px 0 15px; }
.contact .sec-1 .btn { float: right; }

.community-img { max-width: 250px; margin: auto; margin-bottom: 10px; }

/************** Footer *************/
.contact h2 { font-size: 30px; }
.contact .form-control { border: 0; border-radius: 0; border-bottom: 2px solid #40e0d0; }
.contact .btn-primary { float: right; width: 160px; background: #800080; color: #ffffff; }
.contact .btn-primary:hover { color: #800080; background: #ffffff; }
.contact textarea { height: 215px; }

footer { font-family: "Open Sans", sans-serif; }
footer ul li a { color: #ffffff; }
footer ul li a:hover { color: #ffffff; text-decoration: underline; }
footer ul i { font-size: 18px; padding: 10px 15px; color: #40e0d0; }
footer .logo-footer { max-width: 80px; background: white; padding: 10px; }
footer .social-container { text-align: right; }
footer .social-container img { float: right; }
footer .social i { background: #ffffff; padding: 13px 10px; width: 45px; text-align: center; color: #40e0d0; border-radius: 7px; font-size: 21px; text-align: center; }
footer .social i:hover { background: #40e0d0; color: #ffffff; }
footer .copyright { height: 20px; background: #800080; }

/********************************* ADD NEW CODES HERE ***********************************/
/********************************* RESPONSIVE ***********************************/
@media (max-width: 991px) { .homepage .sec-1, .inner .sec-1 { height: 320px; max-height: 320px; }
  .homepage .sec-2 img, .homepage .inner .sec-3 img, .inner .homepage .sec-3 img, .inner .sec-2 img, .inner .sec-3 img { display: none; }
  .homepage .sec-2, .homepage .inner .sec-3, .inner .homepage .sec-3 { text-align: center; }
  .homepage .sec-3 .border-content { margin: 0 auto 40px; }
  .homepage .sec-4 #carousel-testimonials, .homepage .inner .sec-6 #carousel-testimonials, .inner .homepage .sec-6 #carousel-testimonials, .homepage .inner .sec-6 #carousel-testimonials, .inner .homepage .sec-6 #carousel-testimonials { height: 595px; }
  .homepage .sec-5 img { height: 210px; }
  footer { margin: 0 !important; }
  .contact iframe { padding-top: 30px; }
  .inner .btn { padding: 0; }
  .services-inner .sec-3 { text-align: center; }
  .services-inner .btn-transparent { margin: 0 auto 25px; }
  .services-inner ul li { list-style-position: outside; margin-left: 15px; }
  .inner .sec-1 .title h1 { font-size: 30px; line-height: 30px; line-height: 38px !important; }
  .services-inner .sec-2 h2, .services-inner .inner .sec-3 h2, .inner .services-inner .sec-3 h2, .services-inner .inner .sec-3 h2, .inner .services-inner .sec-3 h2 { line-height: 33px; }
  .services-inner .sec-2 p, .services-inner .inner .sec-3 p, .inner .services-inner .sec-3 p, .services-inner .inner .sec-3 p, .inner .services-inner .sec-3 p { line-height: 30px; }
  header .logo { top: -5px; max-width: 60px; background: #ffffff; }
  header nav .upper { padding: 15px 25px 0 !important; }
  header .navbar-nav { width: 100%; margin-right: 0; margin-top: 0; text-align: center; background: rgba(255, 255, 255, 0.9); }
  header .nav-item { padding-right: 0; }
  .scroll { margin-bottom: 0; }
  .homepage .sec-1 .title h1 { margin-top: -35px; }
  footer .social-container { text-align: left; }
  footer .social-container img { float: left; text-align: left; }
  footer .logo-footer { margin: 15px 12px 0; } }
@media (max-width: 640px) { /****** 640 ******/ }
@media (max-width: 480px) { /***** 480 *****/
  .homepage .sec-4 #carousel-testimonials, .homepage .inner .sec-6 #carousel-testimonials, .inner .homepage .sec-6 #carousel-testimonials, .homepage .inner .sec-6 #carousel-testimonials, .inner .homepage .sec-6 #carousel-testimonials { height: 750px; }
  .homepage .sec-4 img, .homepage .inner .sec-6 img, .inner .homepage .sec-6 img, .homepage .inner .sec-6 img, .inner .homepage .sec-6 img { margin: 0 auto 35px; } 
  footer .social { margin-left: 13px; }
}
@media (max-width: 360px) { /***** 360 *****/ }
@media (max-width: 320px) { /***** 320 *****/ }

/*# sourceMappingURL=custom.css.map */
