/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
	
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom css */
/* @font-face {
    font-family: 'ArialMT';
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ArialMT.woff2') format('woff2'),
    url('../fonts/ArialMT.woff') format('woff'),
    url('../fonts/ArialMT.ttf') format('truetype'),
    url('../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Arial-BoldMT';
    src: url('../fonts/Arial-BoldMT.eot');
    src: url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arial-BoldMT.woff2') format('woff2'),
    url('../fonts/Arial-BoldMT.woff') format('woff'),
    url('../fonts/Arial-BoldMT.ttf') format('truetype'),
    url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/ArialNarrow.eot');
    src: url('../fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialNarrow.woff2') format('woff2'),
        url('../fonts/ArialNarrow.woff') format('woff'),
        url('../fonts/ArialNarrow.ttf') format('truetype'),
        url('../fonts/ArialNarrow.svg#ArialNarrow') format('svg');
    font-weight: normal;
    font-style: normal;
} 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');


* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    outline: none;
}
:focus {
    outline: none;
}
a, button, .btn {
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
}
button:focus {
    outline: none;
    box-shadow: none;
}
img {
    max-width: 100%;
    outline: none;
    box-shadow: none;
}
body {
    background: #ffffff;
    color: #000000;
    /* font-family: 'ArialMT'; */
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
html {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
p {
    color: #7a7a7b;
    line-height: 28px;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.o-bodycontent-part h2 {
    font-size: 48px;
    color: #1c1c1c;
    margin: 0 0 25px 0;
}
.o-bodycontent-part h6 {
    color: #294247;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.o-hedare--top {
    background: #231f20;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}
.o-hedare--top label {
    vertical-align: middle;
}
.o-hedare--top label a {
    color: #fff;
    text-decoration: none;
}
.o-advantage-sec {
    text-align: center;
    padding: 50px 0;
}
.o-advantage-sec h2 {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 40px 0;
}
.o-advantage-sec h2::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #777777;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.o-advantage-opt {
    margin: 40px 0 0 0;
}
.o-advantage-opt figure {
    margin: 20px 0;
}
.o-advantage-opt h4 {
    margin: 0 0 15px 0;
    color: #294247;
    font-size: 24px;
}
a.read-more ,
.read-more {
    background: #fa9524;
    padding: 12px 35px;
    border: 1px solid #323A3C;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 15px 0;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    color: #323A3C;
    font-weight: 700;
}
.read-more:hover {
    border-color: #1F5A9E;
    opacity: 0.8;
}
.read-more span {
    vertical-align: top;
    display: inline-block;
}
.read-more span img {
    max-width: 10px;
    vertical-align: top;
    /* margin-top: -0.5px; */
    margin-left: 5px;
}
.o-success-sec {
	background: #0c2a77;
	padding: 80px 0;
	text-align: center;
}
.o-success-sec .container {
    max-width: 1000px;
}
.o-success-sec h2 {
    color: #ffffff;
    
}
.o-success-sec p {
    color: #ffffff;
}
.o-testimonials-sec {
    padding: 80px 0;
    text-align: center;
    background: url('../images/testimonials-bg.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.o-partner-sec {
    text-align: center;
    padding: 50px 0;
	
}
.o-partner-sec ul li {
    
    padding: 18px 16px;
    vertical-align: middle;
	display: inline-block;
	
}
.o-partner-sec ul li a {
    display: block;
}
.o-footer--info {
	background: #5c5c5c;
	padding: 30px 0 65px;
	font-size: 28px;
	color: #FFF;
	background-image: url(../images/footer-bg.jpg);
	background-position: top;
	background-size: cover;

}
.o-footer--info address {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}
.o-footer--info label {
    display: block;
    margin: 0 0 30px 0;
    
}
.o-footer--copyright {
    background: #FEFEFE;
    text-align: center;
    padding: 15px 0;
}
.o-footer--copyright p {
    margin: 0;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
}
.navbar-light .navbar-toggler {
    border: none;
    margin: 0;
    padding: 0;
}
.navbar-light .navbar-toggler:focus {
    outline: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #0a316a;
    text-transform: uppercase;
    padding-left: 30px;
	font-weight: 700;
}
li.nav-item.active .nav-link {
    color: #0a316a;
}
li.nav-item.active .nav-link,
li.nav-item:hover .nav-link {
    color: #0a316a;
}
.btn-primary {
    background: #fb8a1d;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2;
    -ms-border-radius: 2;
    -moz-border-radius: 2;
    -o-border-radius: 2;
    outline: none;
    box-shadow: none;
    max-width: 400px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
	border: 1px solid;
	border-color:#ce6907;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ffffff;
    color: #f7951d;
    outline: none;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #ffffff;
    color: #f7951d;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}
.carousel-caption {
	/*text-align: left;*/
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 75%;
	left: 10%;
}
.carousel-caption h1 {
    font-size: 72px;
    margin: 0 0 5px 0;
	text-shadow: 2px 2px 4px #000000;
}
.carousel-caption h2 {
    font-size: 65px;
    margin: -25 0 5px 0;
	text-shadow: 2px 2px 4px #000000;
}
.carousel-caption h3 {
    font-size: 36px;
    margin: 0 0 20px 0;
	text-shadow: 2px 2px 4px #000000;
}
.carousel-caption h4 {
    font-size: 32px;
    margin: 0 0 20px 0;
	text-shadow: 2px 2px 4px #000000;
}
.carousel-caption p {
    font-size: 24px;
    color: #ffffff;
    line-height: 34px;
    margin: 0 0 40px 0;
	text-shadow: 2px 2px 4px #000000;
}
.o-footer-form {
    max-width: 450px;
	
}
.o-footer-form .form-group {
    margin-bottom: 20px;
}
.o-footer-form input {
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px 15px;
    height: auto;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top:5px;
	margin-bottom:10px;
}

.o-footer-form textarea {
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px 15px;
    height: auto;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top:5px;
	margin-bottom:10px;
	max-width: 450px;
}
.o-footer-form .btn-primary {
    font-size: 18px;
    background: #EEEEEE;
    color: #f7951d;
    padding: 11px 25px;
}
.o-footer-form .btn-primary:hover,
.o-footer-form .btn-primary:focus,
.o-footer-form .btn-primary:active {
    background: #ffffff;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 99;
    width: 60px;
}
.o-testimonials-sec h6 {
    color: #fff;
    font-size: 36px;
    margin: 30px 0 20px;
    font-weight: 300;
}
.o-testimonials-sec h2 {
    color: #fff;
    font-size: 80px;
}
.o-testimonials-sec p{
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
}
.o-social-icon {
    overflow: hidden;
    display: inline-block;
}
.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:20px;
	border-top-right-radius: 	20px;
	border-top-left-radius: 	20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 	20px; 
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	color:#FFFFFF;
}
.icon i {
	font-size:20px;
	position:absolute;
	left:9px;
	top:10px;
}
.icon.social {
	float:left;
	margin:0 0 0 10px;
	cursor:pointer;
	background:#2266B1 ;
	color:#ffffff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.icon.social:hover {
	background:#ffffff ;
	color:#2266B1;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-filter:	drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-moz-filter: 	drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-ms-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-o-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
	filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));	 	
}
.icon.social.fb i {
	left:15px;
	top:10px;
}
.icon.social.tw i {
	left:12px;
}
.icon.social.in i {
	left:12px;
}
.o-footer-social {
    margin: 0 0 60px 0;
}
.o-footer-social .icon.social {
    margin: 0 10px 0 0;
}
.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
    background-size: auto;
    height: 40px;
    width: 40px;
}
.carousel-control-next-icon {
    background-image: url(../images/arrow-right.png);
    background-size: auto;
    height: 40px;
    width: 40px;
}


.o-minheight-box {
    min-height: 160px;
}
.modal-live-demo .modal-content {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 0;
    border: none;
}
.modal-live-demo h2 {
    font-size: 26px;
    text-align: center;
    margin: 0 0 10px 0;
}
.modal-live-demo p {
    text-align: center;
    color: #000;
    font-size: 15px;
}
.form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 10px;
    height: inherit;
    outline: none;
}

.modal-live-demo form {
    max-width: 450px;
	
}
.modal-live-demo .form-group {
    margin-bottom: 20px;
	margin-left: 15px;
}
.modal-live-demo input {
	border: 1px solid;
	border-color:#CCC;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 10px 15px;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#EBEBEB;
}

.modal-live-demo textarea {
    border: 1px solid;
	border-color:#CCC;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px 15px;
    height: auto;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top:5px;
	margin-bottom:10px;
	max-width: 450px;
	background-color:#EBEBEB;
}
.modal-live-demo .btn-primary {
    font-size: 18px;
    background: #EEEEEE;
    color: #f7951d;
    padding: 11px 25px;
}
.modal-live-demo .btn-primary:hover,
.modal-live-demo .btn-primary:focus,
.modal-live-demo .btn-primary:active {
    background: #ffffff;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}
.modal-live-demo .modal-body {
    padding-top: 30px;
    padding-bottom: 20px;
}
.modal-live-demo h4 {
    text-align: center;
    font-weight: 380;
    font-size: 18px;
	margin-bottom:25px;
}
.btn-primary--gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa9524+0,f37020+100 */
    background: #fa9524; /* Old browsers */
    background: -moz-linear-gradient(top, #fa9524 0%, #f37020 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fa9524 0%,#f37020 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fa9524 0%,#f37020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9524', endColorstr='#f37020',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 22px;
    text-shadow: 0px 1px 2px #000;
    -webkit-text-shadow: 0px 1px 2px #000;
    -ms-text-shadow: 0px 1px 2px #000;
    -moz-text-shadow: 0px 1px 2px #000;
    -o-text-shadow: 0px 1px 2px #000;
    padding: 17px;
    width: 100%;
    border-radius: 100px;
    font-weight: 700;
    outline: none;
}
.btn-primary--gradient:focus,
.btn-primary--gradient:hover {
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f37020+0,fa9524+100 */
    background: #f37020; /* Old browsers */
    background: -moz-linear-gradient(top, #f37020 0%, #fa9524 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f37020 0%,#fa9524 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f37020 0%,#fa9524 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37020', endColorstr='#fa9524',GradientType=0 ); /* IE6-9 */
    outline: none;
    box-shadow: none;
}
.blueSky-btn {
    margin: 30px 0;
}


button.close {
    font-size: 40px;
    font-weight: 100;
    position: absolute;
    right: 10px;
    margin: 0;
    padding: 0;
    line-height: 1;
    top: 0;
}













@media only screen and (max-width: 1920px) {
    /*.container {
        max-width: 1470px;
    }*/
	p {
        line-height: 24px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .btn-primary {
        padding: 10px 20px;
    }
    a.read-more, .read-more {
        font-size: 12px;
    }
    .o-bodycontent-part h2 {
        font-size: 38px;
    }
    .o-bodycontent-part h6 {
        font-size: 26px;
    }
    .btn-primary {
        font-size: 22px;
        line-height: 28px;
    }
    .o-success-sec .container {
        max-width: 750px;
    }
    .icon {
        padding: 15px;
    }
    .icon.social.fb i,
    .icon.social.tw i,
    .icon.social.in i {
        left: 11px;
        top: 7px;
        font-size: 16px;
    }
    .icon.social.tw i {
        left: 9px;
    }
    .icon.social.in i {
        left: 9px;
    }
    .o-hedare--top {
        padding: 8px 0;
    }
    .o-hedare--top label {
        font-size: 14px;
    }
    .o-logo {
        max-width: 288px;
    }
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 25px;
        font-size: 14px;
    }
    .carousel-caption h2 {
        font-size: 72px;
    }
	
    .carousel-caption h3 {
        font-size: 42px;
    .carousel-caption p {
        font-size: 18px;
        line-height: 24px;
        margin: 0px 0 20px 0;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 20px;
        width: 20px;
        background-size: 16px;
    }
    .o-advantage-sec {
        padding: 50px 0;
    }
    .o-advantage-sec h2 {
        margin: 0 0 20px 0;
        padding: 0 0 25px 0;
    }
    .o-advantage-sec h2::after {
        width: 58%;
    }
    .o-advantage-opt h4 {
        font-size: 18px;
    }
    .o-advantage-opt p {
        padding: 0 10px;
    }
    .o-advantage-opt figure {
        margin: 0 0 20px 0;
    }
    .o-success-sec {
        padding: 50px 0;
    }
    .o-testimonials-sec {
        padding: 50px 0;
    }
    .o-testimonials-sec h6 {
        font-size: 30px;
    }
    .o-testimonials-sec h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .o-testimonials-sec p {
        font-size: 26px;
    }
    .o-partner-sec {
        padding: 40px 0;
    }
    .o-partner-sec ul li a img {
        max-height: 135px;
    }
    .o-footer--info {
        padding: 30px 0 20px;
    }
    .o-footer--info label {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    .o-footer--info address {
        font-size: 16px;
        line-height: 26px;
    }
    .o-footer-form .btn-primary {
        font-size: 12px;
        padding: 8px 25px;
    }
    .o-footer--copyright {
        padding: 10px 0;
    }
    .o-footer-form input {
        padding: 5px 10px;
        font-size: 14px;
    }
    .o-footer-form .form-group {
        margin-bottom: 15px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30px;
    }
    .o-minheight-box {
        min-height: 120px;
    }
    .btn-primary--gradient {
        font-size: 18px;
        padding: 15px 30px;
        width: auto;
    }
}
@media only screen and (max-width: 1500px) {
    p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .btn-primary {
        padding: 10px 20px;
    }
    a.read-more, .read-more {
        font-size: 12px;
    }
    .o-bodycontent-part h2 {
        font-size: 38px;
    }
    .o-bodycontent-part h6 {
        font-size: 26px;
    }
    .btn-primary {
        font-size: 18px;
        line-height: 22px;
    }
    .o-success-sec .container {
        max-width: 750px;
    }
    .icon {
        padding: 15px;
    }
    .icon.social.fb i,
    .icon.social.tw i,
    .icon.social.in i {
        left: 11px;
        top: 7px;
        font-size: 16px;
    }
    .icon.social.tw i {
        left: 9px;
    }
    .icon.social.in i {
        left: 9px;
    }
    .o-hedare--top {
        padding: 8px 0;
    }
    .o-hedare--top label {
        font-size: 14px;
    }
    .o-logo {
        max-width: 288px;
    }
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 25px;
        font-size: 14px;
    }
    .carousel-caption h2 {
        font-size: 72px;
    }
	
    .carousel-caption h3 {
        font-size: 42px;
	}
    .carousel-caption p {
        font-size: 18px;
        line-height: 24px;
        margin: 0px 0 20px 0;
    }
   /* .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 20px;
        width: 20px;
        background-size: 16px;
    }*/
    .o-advantage-sec {
        padding: 50px 0;
    }
    .o-advantage-sec h2 {
        margin: 0 0 20px 0;
        padding: 0 0 25px 0;
    }
    .o-advantage-sec h2::after {
        width: 58%;
    }
    .o-advantage-opt h4 {
        font-size: 18px;
    }
    .o-advantage-opt p {
        padding: 0 10px;
    }
    .o-advantage-opt figure {
        margin: 0 0 20px 0;
    }
    .o-success-sec {
        padding: 50px 0;
    }
    .o-testimonials-sec {
        padding: 50px 0;
    }
    .o-testimonials-sec h6 {
        font-size: 30px;
    }
    .o-testimonials-sec h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .o-testimonials-sec p {
        font-size: 26px;
    }
    .o-partner-sec {
        padding: 40px 0;
    }
    .o-partner-sec ul li a img {
        max-height: 135px;
    }
    .o-footer--info {
        padding: 30px 0 20px;
    }
    .o-footer--info label {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    .o-footer--info address {
        font-size: 16px;
        line-height: 26px;
    }
    .o-footer-form .btn-primary {
        font-size: 12px;
        padding: 8px 25px;
    }
    .o-footer--copyright {
        padding: 10px 0;
    }
    .o-footer-form input {
        padding: 5px 10px;
        font-size: 14px;
    }
    .o-footer-form .form-group {
        margin-bottom: 15px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30px;
    }
    .o-minheight-box {
        min-height: 120px;
    }
    .btn-primary--gradient {
        font-size: 18px;
        padding: 15px 30px;
        width: auto;
    }
}
@media only screen and (max-width: 1199px) {
   .carousel-caption h2 {
        font-size: 72px;
    }
	
    .carousel-caption h3 {
        font-size: 42px;
	}
   
    .o-bodycontent-part h2 {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .o-advantage-sec h2 {
        margin: 0 0 15px 0;
        padding: 0 0 20px 0;
    }
    .carousel-caption {
        padding: 0 40px;
    }
    .o-advantage-opt h4 {
        font-size: 16px;
    }
    .o-advantage-opt p {
        padding: 0;
    }
    .o-advantage-sec {
        padding: 30px 0;
    }
    .o-advantage-opt {
        margin: 25px 0 0 0;
    }
    .o-success-sec {
        padding: 40px 0;
    }
    .o-testimonials-sec {
        padding: 30px 0;
    }
    .o-testimonials-sec figure img {
        max-width: 150px;
    }
    .o-testimonials-sec h6 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 50px;
    }
    .o-partner-sec ul li a img {
        max-height: 35px;
    }
    .o-partner-sec ul li {
        padding: 10px;
    }
    .o-partner-sec {
        padding: 30px 0;
    }
    .o-footer-social {
        margin: 0 0 30px 0;
    }
    .o-logo {
        max-width: 288px;
    }
    .o-minheight-box {
        min-height: 150px;
    }
}
@media only screen and (max-width: 991px) {
   
    .o-bodycontent-part h2 {
        font-size: 28px;
    }
    .carousel-caption h2 {
        font-size: 48px;
        margin-bottom: 0px;
    }
	
       .carousel-caption h3 {
        font-size: 36px;
	}
    .btn-primary {
        font-size: 12px;
        line-height: 1;
    }
    .carousel-caption p {
        font-size: 16px;
        line-height: 22px;
        margin: 0px 0 10px 0;
    }
    .o-partner-sec ul li a img {
        max-height: 135px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 0;
        font-size: 14px;
        text-align: center;
    }
    .o-minheight-box {
        min-height: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .o-logo {
        max-width: 85%;
		max-height: 125px;
	}
    .carousel-caption h2 {
        font-size: 30px;
        margin-bottom: -10px;
    }
	  .carousel-caption h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .btn-primary {
        font-size: 12px;
        line-height: 1;
    }
    .carousel-caption p {
        font-size: 14px;
        line-height: 18px;
        margin: 0px 0 5px 0;	
		
    }
    .o-bodycontent-part h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .o-bodycontent-part h6 {
        font-size: 20px;
    }
    .o-testimonials-sec figure img {
        max-width: 100px;
    }
    .o-testimonials-sec h6 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .o-testimonials-sec h2 {
        margin-bottom: 5px;
    }
    .o-testimonials-sec p {
        font-size: 18px;
    }
    .o-partner-sec ul li a img {
        max-height: 40px;
    }
    .o-footer--info label {
        margin: 0 0 15px 0;
        font-size: 14px;
    }
    .o-footer--info address {
        font-size: 14px;
        line-height: 22px;
    }
    .o-footer-social {
        margin: 0 0 60px 0;
    
   
    }
    
}
@media only screen and (max-width: 575px) {
    .o-hedare--top {
        text-align: center;
		
    }
	
    .carousel-caption h2 {
        display:none;
		font-size: 24px;
        margin-bottom: 0px;
    }
	.carousel-caption h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .btn-primary {
        font-size: 12px;
        line-height: 1;
    }
    .carousel-caption p {
        display:none;
		font-size: 12px;
        line-height: 14px;
        margin: 0px 0 5px 0;
	}
    .o-social-icon {
        display: block;
        text-align: center;
    }
    .icon.social {
        float: none;
        display: inline-block;
        margin: 10px 0 0 10px;
    }
    .o-bodycontent-part h2 {
        font-size: 22px;
        line-height: 30px;
    }
    a.read-more, .read-more {
        margin-bottom: 30px;
    }
    .o-success-sec {
        padding: 30px 0;
    }
    .o-testimonials-sec h6 {
        font-size: 14px;
    }
    .o-testimonials-sec p {
        font-size: 14px;
    }
    .o-bodycontent-part h6 {
        font-size: 18px;
    }
    .o-partner-sec ul li {
        width: 48%;
    }
    .o-footer--info {
        text-align: center;
		padding-left:0%;
    }
    .o-footer-social {
        margin: 0 0 30px 0px;
    }
    .o-footer--info address {
        margin-bottom: 40px;
    }
    .o-footer--copyright p {
        font-size: 10px;
        line-height: 16px;
    }
    .btn-primary--gradient {
        font-size: 16px;
    }
	}
	.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

    
