html{overflow-x: hidden; width: 100%;}
body { background: #FFF; padding: 0; margin: 0; font-size: 18px; color: #7c7c7c; font-family: 'Gotham Book', Arial, Helvetica, sans-serif; line-height: 24px; height: 100%; overflow-x: hidden !important; width: 100%; position:relative; }

@font-face {
    font-family:'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Book.woff2') format('woff2'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 325;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


@font-face {
    font-family:'Gotham Bold';
    src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff2') format('woff2'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

a { color: #0168d1; outline: none !important; text-decoration: none; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
a:hover, a:focus, select:focus, button:focus { outline: none; text-decoration: none; }
a:hover, a:focus { color: #003471; }
* { margin: 0; padding: 0; }

img { border: none; vertical-align: middle; max-width: 100%; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6, input, select, textarea, button { outline: none !important; }

button, input, textarea { outline: none; -webkit-appearance: none; -moz-appearance: none; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
textarea { height: auto !important; padding:5px 20px !important;  background: #fff ; border: 1px solid #72706f !important; color: #72706f; display: block; width: 100%; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; border-radius:0px  !important; -webkit-border-radius:0px  !important; -moz-border-radius:0px  !important; }
input::-moz-placeholder, textarea::-moz-placeholder {
 opacity: 1;
}

header, section, footer { display: block; }
h1, h2, h3, h4, h5, h6 {width:100%; margin: 5px 0 15px 0;  display:inline-block; line-height: normal;font-family:'Gotham Bold', Arial, Helvetica, sans-serif; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p { float: none; margin: 0 0 20px 0; padding: 0; }
p:last-child { margin: 0 0 0px 0; }


ul { margin: 0 0 15px 0; padding: 0; display: block; }
ul li { margin: 0 0 14px 0; padding: 0 0 0 20px; position: relative; line-height: 24px; list-style: none; }
ul li:last-child{ margin-bottom:0px;}
ul li a { color: #0168d1; }
ul li a:hover { color: #003471; text-decoration: none; }

ul li ul{ margin-left:15px; margin-top:14px;}

ol { margin: 0 0 15px 15px; padding: 0; }
ol li { margin: 0 0 18px 0; padding: 0 0 0 0px; position: relative; line-height: normal; list-style: decimal; }
ol li a { color: #0168d1; }
ol li a:hover { color: #003471; text-decoration: none; }

.alignleft { float: left; margin: 0 30px 20px 0; }
.alignright { float: right; height: auto; margin: 0 0 20px 30px; }
.aligncenter { display: block; margin: auto auto 20px auto; }

blockquote { background: #dadde0; border-left: 7px solid #0168d1; float: left; border-right: none; border-top: none; border-bottom: none; margin: 0 0 30px 0; padding: 20px; white-space: normal; font-size: 18px; font-style: italic; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }

hr { border-color: #7c7c7c; margin: 40px 0 40px 0; padding: 0px; }

header{ position:absolute; width:100%; top:0; height: 140px; background-color: rgba(255,255,255,0.75); z-index:9999;}
header .container{ position:relative;}
.logo{ position:absolute; left:15px; top:25px;}
.navigation{ width:70%; float:right;}
.banner{ width:100%; float:left; background-color: #003471; background-position: center center !important; background-size: cover !important; height: 790px;}

.result-belt{ width:100%; float:left; background:#003471; color:#FFF; text-align:center; padding:50px 0;}
.result-belt .inner-container{ max-width:1170px; margin:0 auto;}

.result-belt h1{color: #FFF; margin:0; float:left; width:auto; padding-right:24px; font-family:'Gotham Bold', Arial, Helvetica, sans-serif; }
.result-belt .btn{ float:right; color: #6f6e6f; background-color: #FFF; font-family:'Gotham Book' Arial, Helvetica, sans-serif;border: 1px solid #FFF !important; }
.result-belt .btn:hover, .result-belt .btn:focus{background-color:transparent; color:#FFF; border: 1px solid #FFF !important;}

.btn{ display:inline-block; background-color: #003471;font-family:'Gotham Bold', Arial, Helvetica, sans-serif; border: 1px solid #003471 !important; color: #FFF; font-size: 24px; line-height: 40px; padding: 0 24px; vertical-align:middle; text-transform: uppercase; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; border-radius:0px  !important; -webkit-border-radius:0px  !important; -moz-border-radius:0px  !important;}
.btn:hover, .btn:focus{background-color:transparent; color:#003471; border: 1px solid #003471 !important; }

.sec-services{ width:100%; float:left; padding:140px 0;}
.sec-services .title{ width:100%; float:left; text-align:center; margin-bottom:40px;}
.sec-services h2{color:#003471;}
.sec-services .container{width: 1030px;}
.pr-100{ padding-right:100px;}
.pb-100{ padding-bottom:100px;}
.services{ width:100%; float:left; position: relative;}
.services-icon{ position:absolute; left:0; top:0;}
.services-detail{display:block; margin-left:80px;}
.services h2{ margin:0;}
.sec-services .row .col-md-6 { width:49%; float:none; display:inline-block; vertical-align:top;}

.sec-why-chhose{ width:100%; float:left; padding:90px 0; background:#003471 url(../images/why-choose-img.png) no-repeat center right; background-size:cover; color:#FFF;}
.sec-why-chhose .title{ width:100%; float:left; text-align:left; margin-bottom:30px;}
.sec-why-chhose .title h2{color:#FFF;}
.sec-why-chhose .title p{color:#FFF; margin:0; line-height:20px;}
.sec-why-chhose ul{ margin:0; width:50%; float:left;}
.sec-why-chhose ul li{ margin:0; padding:0 0 20px 0;list-style: outside none disc;}

/************  Testimonial  **************/
.testimonial {
    width:100%;
    float:left;
    padding:120px 0 45px;
}
.owl-carousel {
    display: block !important;
}
.owl-carousel .item {
    margin: 0 25px 0 32px;
    padding:15px 25px 30px 60px;
    text-align: left;
    position: relative;
    border: 1.44px solid rgb(183, 183, 183);
}
.owl-carousel .item::before {
    background: #0166d0 url('../images/double-quote.png')no-repeat center center;
    content: "";
    display: block;
    height: 61px;
    left: -32px;
    position: absolute;
    top: -3px;
    width: 61px;
}
.owl-carousel .item p {
    color:#003471;
    font-size:18px;
    margin-bottom: 35px;
}
.owl-carousel .item h3 {
    color:#808080;
    font-size:24px;
    margin:0px;
}
.owl-buttons{
    margin-top:110px;
}
.owl-theme .owl-nav .owl-prev{background: rgba(0, 0, 0, 0) url('../images/previus.png')no-repeat center center !important;  width: 64px !important;height: 64px !important;  font-size:0px;}
.owl-theme .owl-nav .owl-next{background: rgba(0, 0, 0, 0) url('../images/next.png')no-repeat center center !important;  width: 64px !important;height: 64px !important; font-size:0px;}
.owl-theme .owl-nav{ margin-top:100px;}
.owl-theme .owl-controls .owl-buttons div { font-size:0;
    margin:0 10px !important;
    background: rgba(0, 0, 0, 0) url('../images/next.png')no-repeat center center !important;
    height: 64px !important;
    opacity: 1 !important;
    width: 64px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: rgba(0, 0, 0, 0) url('../images/previus.png')no-repeat center center !important;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    background: rgba(0, 0, 0, 0) url('../images/next.png')no-repeat center center !important;
}



/************  Request Quote  **************/
.request-quote {
    width:100%;
    float:left;
    padding:146px 0px;
    background:#002157 url('../images/quote-bg.jpg')no-repeat center center;
}
.inner-container {
    width:1170px;
    max-width:100%;
    margin:auto;
    overflow: auto;
}
.request-quote .inner-container {
    background: #fff;
    padding:35px 35px 25px;
}
.talkwithteam {
    width:100%;
    float:left;
    text-align:left;
}
.talkwithteam p {
    font-size:18px;
    color:#808080;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    margin-bottom:30px;
}
.talkwithteam h2 {
    margin:0px;
    font-size:36px;
    color:#003471;
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
}
.formblock {
    text-align: center;
}
.formblock .form-group {
    width:48%;
    float:left;
    margin-left:4%;
}
.formblock .form-group:nth-child(2n + 1) {
    margin-left:0px;
}
.formblock .form-group input { font-size:18px;
    border: 1.44px solid rgb(235, 235, 235);
    width: 100%;
    height: 48px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}
.formblock button {
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    background-color: rgb(0, 52, 113);
    line-height: 49px;
    padding:0 45px;
    color:#fff;
    font-size:24px;
    margin-top:15px;
}

/************  Footer  **************/ 
footer {
    width:100%;
    float:left;
}
footer h3 {
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    font-size:24px;
    color:#fff;
    display: block;
    margin:0px;
}
footer p {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#fff;
    display: block;
}
.footer-topblock {
    width:100%;
    float:left;
    background: #002157;
    padding:85px 0 100px;
}
.author-block {
    width:100%;
    float:left;
    text-align:left;
}
.author-block div {
    margin-bottom:15px;
}
.author-block div:last-child {
    margin-bottom:0;
}
.author-block p {
    font-size:21px;
    display: block;
}
.author-block h3.author-name {
    font-size:21px;
}
.short-description {
    width:100%;
    float:left;
    text-align:center;
    padding: 0 15px;
}
.short-description img {
    width:auto;
    max-width:100%;
    margin-bottom:25px;
}
.contact-block {
    float:right;
    text-align: center;
}
.contact-block a {
    color:#fff;
    font-size:18px;
    margin:12px 0 20px;
    display:block;
}
.contact-block a:hover {
    text-decoration:underline;
}
.contact-block a span {
    font-size:36px;
}
.contact-block a.call {
    font-size:30px;
    margin:0px;
}

.footer-bottomblock {
    background: #114cc4;
    padding:10px 0px;
    width:100%;
    float:left;
}
.copyright {
    float:left;
    margin-left:25px;
}

.designby {
    float:right;
    margin-right:25px;
}
.designby a{ color:#FFF;}