
@font-face {
	font-family: 'Conv_BebasNeue-Regular';
	src: url('_/font/BebasNeue-Regular.eot');
	src: local('☺'), url('_/font/BebasNeue-Regular.woff') format('woff'), url('_/font/BebasNeue-Regular.ttf') format('truetype'), url('_/font/BebasNeue-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Avenir_45_Book';
	src: url('_/font/Avenir_45_Book.eot');
	src: local('☺'), url('_/font/Avenir_45_Book.woff') format('woff'), url('_/font/Avenir_45_Book.ttf') format('truetype'), url('_/font/Avenir_45_Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'AvenirLT-Light';
  src: url('_/font/AvenirLT-Light.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Conv_RobotoCondensed-Regular';
	src: url('_/font/RobotoCondensed-Regular.eot');
	src: local('☺'), url('_/font/RobotoCondensed-Regular.woff') format('woff'), url('_/font/RobotoCondensed-Regular.ttf') format('truetype'), url('_/font/RobotoCondensed-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Roboto-Regular';
	src: url('_/font/Roboto-Regular.eot');
	src: local('☺'), url('_/font/Roboto-Regular.woff') format('woff'), url('_/font/Roboto-Regular.ttf') format('truetype'), url('_/font/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Comfortaa_Regular';
	src: url('_/font/Comfortaa_Regular.eot');
	src: local('☺'), url('_/font/Comfortaa_Regular.woff') format('woff'), url('_/font/Comfortaa_Regular.ttf') format('truetype'), url('_/font/Comfortaa_Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
    margin: 0;
    background: #FFF;
    font-size: 13px;
    font-family: 'Conv_Avenir_45_Book';	
	font-weight:normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: 'Conv_Avenir_45_Book';}
.container{
    width: 100%;
    max-width: 1140px;
}
/* header */
.header{
    padding: 20px 0;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgb(218, 218, 218);
}
.logo{
    width: 300px;
}
img {
    width: 300px;
    max-width: 100%;
}
.navbar{
    padding: 0;
}
nav.header-left ul li{
    padding: 0 12px;
}
ul.topbar-menu{
    margin: 0 0 5px;
}
ul.topbar-menu li a{
    font-size: 14px;
    /*font-weight: 600;*/
    color: #000090;
    font-family: 'Conv_Avenir_45_Book';
}
ul.topbar-menu li a:hover{
    color: #0505e9;
}
.navbar-light .navbar-nav .active > .nav-link{
    font-family: 'Conv_Avenir_45_Book';
    font-weight: 400;
}
li.active a{
    font-weight: 600;
	color:#000 !important; 
}
ul.navigation{
    margin: 0;
    padding: 0;
}
ul.navigation li a{
    color: #595959;
    font-size: 15px;
    /*font-weight: 600;*/
    text-transform: uppercase;
    font-family: 'Conv_Avenir_45_Book';
}
ul.navigation li a:hover{
    color: #2c2b2b;
}
.navbar-toggler{
    background: #f60;
    color: #FFFFFF;
    border-radius: 0;
    padding: 6px 12px;
}
/* hero img */
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.hero-img{
    background: url(../images/hero-img01.jpg)no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 140px 0;
}
.hero-description{
    color: #FFFFFF;
    text-align: center;
    padding: 55px 40px;
    background: rgba(47,122,190,0.75);
}
.hero-description h1{
    margin: 0 0 8px;
    padding: 0;
    font-size: 25px;
    line-height: 1.5;
    font-family: 'Conv_Avenir_45_Book';
	font-weight: 600;
	
}
.hero-description p{
    margin: 0 0 30px;
    padding: 0;
    font-size: 16px;
}
.hero-btn a{
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 25px;
    background:#eb8104;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border: solid 2px #ffffff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
     box-shadow: 0 8px 6px -8px #000;
    -webkit-box-shadow: 0 8px 6px -8px #000;
    -moz-box-shadow: 0 8px 6px -8px #000;
	font-family: 'Conv_Avenir_45_Book';
}
.hero-btn a:hover{
    background: #d55500;
    color: #fff;
}
.section-title h2{
    margin: 0px 0px 12px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000090;
    text-transform: uppercase;
	font-family: 'Conv_Avenir_45_Book';
}
.page_content{
    padding: 48px 0 30px;
}
h1.page_content_title{
    margin: 0 0 15px;
    padding: 0;
    color: #000090;
    font-size: 20px;
    text-transform: uppercase;
	font-family: 'Conv_Avenir_45_Book';
	font-weight: 600;
}
p.large{
    margin: 0 0 20px;
    padding:0 10%;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}
p.large-content{
    padding: 0 3%;
}
/* box style1 */
.box-style1{
    padding: 30px 0px 0px;
}
.box-style1-img{
    padding: 30px;
    margin: 0 0 30px;
    border: 1px solid #eaeaea;
    background: #ffffff;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.box-style1-img:hover{
    box-shadow: 0px 0px 37px #d3d3d3;
}
.box-style1-des h3{
    padding: 0px 0px 15px;
    margin: 0px;
    font-size: 18px;
    font-family: 'junctionbold';
    color: #6c6565;
}
.box-style1-des p{
    color: #8a8889;
    font-size: 14px;
    min-height: 120px;
    padding-right: 10%;
    font-family: 'junctionbold';
    
}
.page-btn a{
    margin: 0;
    font-size: 12px;
    padding: 10px 27px;
    color: #ffffff;
    display: inline-block;
    background: #ff6600;
    /*font-family: 'junctionbold';*/
    text-decoration: none;
	font-family: 'Conv_Avenir_45_Book';
	text-transform: uppercase;
}
.page-btn a:hover{
    background: #d55500;
    color: #ffffff;
}
/* box style2 */
.box-style2{
    margin: 0 0 50px;
}
.box-style2-img{
    margin: 0 0 25px;
}
.box-style2-img img{
    width: 100%;
    height: auto;
}
.margin-bottom{
    position: relative;
}
.margin-bottom:after{
    content: "";
    display: block;
    margin: 0 15px;
    background: #e0e0e0;
    height: 1px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-bottom:last-child:after{
    display: none;
}
.box-style2-des h4{
    margin: 0 0 10px;
    padding: 0;
    color: #000000;
    font-size: 18px;
   font-weight: 600;
   font-family: 'Conv_Avenir_45_Book'; 
}
.box-style2-des h5{
    margin:0 0 20px;
    padding: 0;
    color: #7f7f7f;
    font-size: 14px;
     
}
.box-style2-des p{
    margin: 0 0 40px;
    padding-right: 20%;
    color: #000000;
    font-size: 18px;
    
}
.box-style2-btn a{
    margin: 34px 0 0;
    padding: 10px 40px;
    font-size: 14px;
    background: #eb8104;
}
/* box style3 */
.box-style3 .box-style2-des h5{
    margin: 0;
}
/* fb section */
.fb_sec{
    background: #3c5995;
    padding: 25px 0;
}
.fb_sec h6{
    margin: 0;
    padding: 0;
}
.fb-title{
    text-align: right;
}
h6.fb-title span{
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 25px;
    /*font-family: 'junctionbold';*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
	font-family: 'Conv_Avenir_45_Book';
}
.fb_sec .fa-facebook{
    margin-left: 15px;
    font-size: 40px;
    color: #ffffff;
    vertical-align: middle;
}
/* footer */
.footer-title h2{
    color: #ffffff;
}
.footer-sec{
    background: url(../images/footer_bg.jpg)no-repeat;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 24px 0;
}
.footer-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(93,87,56,0.40);
    top: 0;
    z-index: 1;
}
.inner-container{
    position: relative;
    z-index: 2;
}
.footer-sec .footer-des p{
    margin: 0 0 25px;
    padding: 0;
    color: #ffffff;
    font-size: 17px;
    
}
.footer-sec .btn-primary{
    background: #59bad0;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    border-color: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    /*font-family: 'junctionbold';*/
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus{
    background: #3ca8c0;
}
.btn-primary:hover{
    background: #3ca8c0;
}
.footer-sec .form-control{
    border-radius: 0;
    line-height: 1.8;
    font-size: 14px;
    text-align: center;
    background: #efebe8;
    border: 2px solid #ffffff;
}
.footer-form{
    padding: 0 0 30px;
}
.footer-logo{
    margin: 0 0 20px;
}
.copyrightcont p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
}
.copyrightcont p a {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}
.copyrightcont p a:hover {
    color: #59bad0;
}
.box-shadow{
  transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;  
}
.box-shadow:hover{
    box-shadow: 0px 0px 37px #3a3a3a;
}

/* Inner page - aboutpage */
.ourteam {
    padding: 50px 0;
    background: #ea640a;
}
.ourteam_box{
    padding: 15px;
    margin: 0 ;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #eaeaea;
    text-align: center;
    position: relative;
    height: 100%;
	display: flex;
	flex-direction: column;
	
}
.flex_control,.ourteam_thumbnail a{margin: auto 0 ;}
.ourteam_thumbnail {
    margin: 0 0 15px;
	min-height: 300px;
	
	display: flex;
	flex-direction: column;
}
.ourteam_thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}
.ourteam_box h4{
    font-size: 15px;
    color: #000;
    /*font-family: 'junction';*/
}
.ourteam_box p {
    margin: 0;
    padding: 0 10%;
    color: #000;
}
.team-col{
    margin-bottom: 30px;
}

/* Inner page - services */
.box-style4{
    margin: 0 0 48px;
}
.box-style4-copy h2{
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.4;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
	font-family: 'Conv_Avenir_45_Book';
}
.box-style4-copy p{
    margin: 0 0 15px;
    padding: 0;
    color: #000000;
    font-size: 13px;
    
}
.box-style4-link a{
    margin: 0;
    padding: 0;
    color: #e46c0a;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    
}
.box-style4-link a:hover{
    color: #d55500;
}
.box-border:before{
    content: "";
    display: block;
    background: #eb8104;
    height: 2px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Inner page - latest */
.box-style5-info{
    border: 1px solid #eaeaea;
    position: relative;
    height: 100%;
}
.box-style5-thumbnail {
    margin: -12px;
    margin-bottom: 12px;
}
.box-style5-copy{
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box-style5-copy h3{
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
    color: #000000;
    font-size: 16px;
    font-family: 'Conv_Avenir_45_Book';
}
.box-style5-copy h3 a {
    color: #000000;
    text-decoration: none;
}
.box-style5-copy h3 a:hover {
    color: #000090;
}
.box-style5-copy p{
    margin: 0 0 20px;
    padding:0;
    color: #000000;
    font-size: 13px;
    /*font-family: 'Open Sans', sans-serif;*/
    
}
.box-style5-copy h4{
    margin: auto 0 0;
    padding: 0;
    color: #7f7f7f;
    font-size: 13px;
}
.latest-cont{
    background: #c6e4ed;
    padding: 48px 0 30px;
}
.pagination-sec .page-link{
    border: none;
    font-size: 20px;
    color: #bfbfbf;
    background-color: transparent;
    border-color: transparent;
    font-family: 'Conv_Avenir_45_Book';
}
.pagination-sec .page-link:hover{
    color: #7f7f7f;
}

.page-item.active .page-link {
    background: none;
    color: #7e7f7f !important;
    /*font-weight: bold;*/
}
.pagination-sec .fa-angle-left, .fa-angle-right{
    color: #7f7f7f;
}
.white-bg{
    background: #ffffff;
    margin: 48px 0;
    padding: 25px 10px 0 10px;
}

/* Inner page - contact */
.contact-info-sec h2{
    margin: 0 0 5px;
    padding: 0;
    color: #000090;
    font-size: 20px;
    font-family: 'Conv_Avenir_45_Book';
	font-weight: 600;	
}
.contact-info-sec h3{
    margin: 0 0 30px;
    padding: 0;
    color: #000000;
    font-size: 14px;
}
.contact-info-sec h3 span{
    font-style: italic;
}
.contact-info h4{
    margin: 0 0 10px;
    padding: 0;
    color: #7f7f7f;
    font-size: 16px;
}
.contact-info h4 span{
    font-size: 24px;
    margin-right: 15px;
}
.contact-info p{
    margin: 0 0 0 50px;
    padding: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
	font-family: 'Conv_Avenir_45_Book';
}
.contact-info{
    margin: 0 0 25px;
}
.cont-info_det h3{
    margin: 0 0 30px;
    padding: 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Conv_Avenir_45_Book';
}
.page-spacing{
    padding: 48px 15px;
}
.btn{
    background: #59bad0;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    border-color: #ffffff;
    padding: 12px 30px;
    text-transform: uppercase;
    /*font-family: 'junctionbold';*/
    border: solid 2px #ffffff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    
}
.btn:hover{
    background: #3ca8c0;
}
.contact-form .form-control {
    background-color:transparent;
    border:none;
    border-radius:0;
    color: #7f7f7f;
    /*font-family: 'junctionregular';*/
    border-bottom: solid 1px #59bad1;
}
.contact-form textarea.form-control {
    height: 175px;
}
.contact-form .message-box{
    border: solid 1px #59bad1;
    border-bottom:none;
}
.checkbox-text{
    position: relative;
    padding: 0 150px 0 15px;
    /*font-family: 'junctionregular';*/
}
label.checkbox-group.checkbox-copy{
    /*font-family: 'junctionregular';*/
    font-size: 11px;
    font-weight: 300;
    padding-top: 0;
    color: #000;
    margin: 0;
}
.contact-submit-btn{
    position: absolute;
    right: 15px;
}
/*Checkboxes start */
.checkbox-group {
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 2px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 13px;
    /*font-weight: 600;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}
.checkbox-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #ffffff;
    border: solid 1px #59bad1;
}
.checkbox-group:hover input ~ .checkmark {
  background-color: #ffffff;
}
.checkbox-group input:checked ~ .checkmark {
  background-color: #3ca8c0;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-group input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-group .checkmark:after {
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*Checkboxes close */

/* Inner page - careers */
p.notice-copy{
    color: #000000;
    font-size: 18px;
}
.form-group{
    margin-bottom: 20px;
}
.form-group label{
    margin-bottom: 9px;
    font-size: 15px;
    color: #7f7f7f;
    /*font-weight: 600;*/
}
.formtitle{
    margin-bottom: 25px;
    font-size: 15px;
    color: #7f7f7f;
}

/* Inner page - partnership */
.page_content_link{
    color: #000000;
    /*font-family: 'junctionbold';*/
    text-decoration: underline;
}
.page_content_link:hover{
    color: #302f2f;
}
.brande_thumbnail{
    text-align: center;
    margin: 0 0 45px;
}
.brande_thumbnail img{
    width: 250px;
    height: auto;
}
.brande h2{
    margin: 0 0 40px;
    padding: 0;
    color: #7f7f7f;
    font-size: 20px;
}
.bottom-space{
    margin: 0 0 30px;
}
label.checkbox-text{
    /*font-family: 'junctionregular';*/
}
.form-control{
    border-radius: 0;
    color: #b3b1a8;
    border-color: #b3b1a8;
    font-size: 14px;
    padding: 10px;
}


/**/
.page-hero img {
    display: block;
    width: 100%;
}
.position-relative {
    position: relative;
}
/**/
.about_sec {
    background: #f6f7f8;
    padding: 30px 0;
}

.ab_sec {
    margin: 0 0 30px;
}

.ab_sec.ab_sec_01  {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}
.ab_sec h3 {
    margin: 0 0 15px;
    padding: 0;
	font-family: 'Conv_Avenir_45_Book';
}
.ab_sec h3 span {
    display: inline-block;
    background: #ec3c48;
    color: #FFF;
    margin: 0 0 15px;
    padding: 5px 30px;
    font-size: 22px;
}
.ab_sec.ab_sec_01 h3 span {
    border-radius: 30px 10px 10px 30px;
}


.ab_sec.ab_sec_02 h3 span {
    background: #41c2f0;
}
.ab_sec.ab_sec_03 h3 span {
    background: #994a9d;
}
.ab_sec.ab_sec_02 h3 span, .ab_sec.ab_sec_03 h3 span {
    border-radius: 10px 30px 30px 10px;
}

.ab_sec.ab_sec_01 {
    position: relative;
    bottom: 12%;
}
.ab_sec_02 {
    margin-top: 11%;
}
.ab_sec_03 {
    margin-top: 25%;
}

.ab_img {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: top;
}


.ab_sec p {
    color: #000000;
    font-size: 15px;
    /*font-family: 'junction';*/
}
/**/





@media (max-width: 1199px){
    .hero-description h1{
        font-size: 26px;
    }
    .hero-btn a{
        font-size: 14px;
    }
    h6.fb-title span{
        font-size: 26px;
    }
    .fb_sec .fa-facebook{
        font-size: 46px;
    }
    .copyrightcont p{
        font-size: 16px;
    }
    .box-style1{
        padding: 40px 0px 10px;
    }
    .section-title h2{
        margin: 0px 0px 38px;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse{
        flex-direction: column;
    }
}
@media (max-width: 991px){
    .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo img {
        display: block;
        width: 200px;
    }

    .header-left {
        width: 100%;
    }
    .header-left ul li a {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'junctionregular';
    }
    .header-left ul {
        width: 100%;
    }
    .navbar-nav{
        order: 1;
    }
    .topbar-menu {
        order: 2;
    }

    .collapse.show {
        display: flex;
        flex-direction: column;
    }


    .header-left .ml-auto, .header-left .mx-auto {
        margin-left: 0!important;
    }


    .header-left .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    h1.page_content_title{
        font-size: 20px;
    }
    .form-control{
        font-size: 14px;
    }
    ul.navigation li a{
        font-size: 16px;
    }
    .hero-img{
        padding: 80px;
    }
    .section-title h2{
        font-size: 22px;
    }
    h6.fb-title span{
        font-size: 22px;
    }
    .fb_sec .fa-facebook{
        font-size: 44px;
    }
    .footer-logo img{
        width: 200px;
    }
    .copyrightcont p{
        font-size: 14px;
    }
    .box-style2-des{
        text-align: center;
    }
    .box-style2-des p{
        padding-right:0;
    }
     .fb-title{
        text-align: center;
    }
    .ourteam {
        padding: 40px 0;
    }
    .box-style3-img{
        text-align: center;
    }
    .brande h2{
        font-size: 20px;
        text-align: center;
        margin: 0 0 15px;
    }
    .contact-info-sec h2{
        font-size: 22px;
    }
    .form-group label{
        font-size: 14px;
    }
    .page-spacing{
        padding: 38px 15px;
    }
    .btn{
        font-size: 14px;
        margin: 0 0 10px;
    }

    /**/
    .ab_img {
        justify-content: center;
    }
}
@media (max-width: 767px){
    .hero-description h1{
        font-size: 22px;
    }
    
    .box-style1{
        padding: 30px 0px 0px;
    }
    .section-title h2{
        margin: 0px 0px 28px;
        font-size: 20px;
    }
    .box-style2{
        margin: 0 0 40px;
    }
    .box-style2-des h5{
        font-size: 14px
    }
     .box-style1-des{
        text-align: center;
    }
    .box-style1-des p{
        padding-right:0;
        min-height: 50px;
    }
    h6.fb-title span{
        font-size: 20px;
    }
    .fb_sec .fa-facebook{
        font-size: 40px;
    }
    .fb_sec{
        padding: 20px 0;
    }
    .footer-sec .footer-des p{
        font-size: 18px;
    }
    .footer-form{
        padding: 0 0 56px;
    }
    .footer-sec{
        padding: 40px 0;
    }
    .footer-sec .btn-primary{
        font-size: 14px;
    }
    .ourteam{
        padding: 30px 0;
    }

    /**/
    .ab_img {
        display: none;
    }
    .ab_sec h3 span {
        border-radius: 50px !important;
        font-size: 18px;
    }
    .ab_sec.ab_sec_01 {
        display: block;
        text-align: center !important;
        bottom: inherit;
        margin: 0 0 40px;
    }
    .ab_sec.ab_sec_02 {
        display: block;
        margin: 0 0 40px;
        text-align: center !important;
    }
    .ab_sec.ab_sec_03 {
        display: block;
        margin: 0;
        text-align: center !important;
    }

    /**/
    .checkbox-text {
        padding: 0 15px;
    }
    .contact-submit-btn {
        position: relative;
        right: inherit;
        padding: 0 15px;
    }

    /**/
    .contact-info h4 span {
        font-size: 20px;
        margin-right: 15px;
        width: 26px;
        display: inline-block;
    }
    .contact-info p {
        margin: 0 0 0 40px;
        font-size: 14px;
    }

    .checkmark {
        height: 20px;
        width: 20px;
    }

    .checkbox-group {
        padding-left: 30px;
        padding-top: 1px;
        font-size: 12px;
    }

    .contact-form textarea.form-control {
        height: 120px;
    }
    

}

@media (max-width: 576px){
    .hero-description{
        padding: 27px 40px;
    }
    .hero-description h1{
        font-size: 20px;
    }
    .hero-img{
        padding: 40px;
    }
    .box-style2-des h4{
        font-size: 16px;
    }
    .box-style2-des p{
        font-size: 14px;
    }
    .hero-description p{
        margin: 0 0 40px;
        font-size: 14px;
        line-height: 1.5;
    }
    .hero-btn a{
        padding: 10px 12px;
    }
    h6.fb-title span{
        font-size: 18px;
    }
    .fb_sec .fa-facebook{
        font-size: 36px;
    }
    .section-title h2{
        font-size: 18px;
        margin: 0px 0px 30px;
    }
    .box-style2-btn a{
        padding: 10px 30px;
    }
    .box-style2{
        margin: 0 0 30px;
    }
    .footer-sec .footer-des p{
        font-size: 16px;
    }
    .footer-logo img{
        width: 230px;
    }
    .form-row{
        margin: 0 15px;
    }
    .footer-form .col-auto{
        width: 100% !important;
        margin: 0 0 15px;
    }
    .footer-form{
        padding: 0 0 21px;
    }
    .ourteam{
        padding: 26px 0;
    }
    .team-col{
      margin-bottom: 15px;
    }
    .page_content{
        padding: 20px 0 0px;
    }
    h1.page_content_title{
        font-size: 20px;
    }
    p.large{
        font-size: 14px;
    }
    .box-style4-copy h2{
        font-size: 16px;
    }
    .box-style4-img img{
        width: 100% !important;
    }
    .box-style4-copy{
        text-align: center;
    }
    .box-style4-copy{
        padding: 15px 0 0;
    }
    .box-style4-link{
        text-align: center!important;
    }
    .box-style4-copy p{
        margin: 0 0 20px;
    }
    .box-style4{
        margin: 0 0 38px;
    }
    .box-style5-copy{
        text-align: center;
    }
    .box-style5-copy h3{
        font-size: 16px;
    }
    .box-style5-copy p {
        font-size: 12px;
    }
    .pagination-sec .page-link{
        font-size: 20px;
    }
    .latest-cont{
        padding: 28px 0 10px;
    }
    .box-style5 h2{
        font-size: 22px;
    }
    .white-bg{
        margin: 28px 0;
    }
    .contact-info-sec h2{
            font-size: 18px;
    }
    .contact-info-sec h3{
        font-size: 14px;
    }
    .contact-info h4{
        font-size: 16px;
    }
    .cont-info_det h3{
        font-size: 14px;
    }
	.fo_f_w690 {width:inherit !important;}
    .fo_f_in_g_w285 {width:inherit !important;}
	.t_center{text-align: center !important;}
}
@media (max-width: 480px){
    .logo img {
     
    }
    .hero-img{
        padding: 30px;
    }
    .hero-description h1{
        font-size: 18px;
    }
    .hero-description{
        padding: 27px 15px;
    }
    .box-style1{
        padding: 20px 0px 0px;
    }
    .section-title h2{
        margin: 0px 0px 20px;
    }
    .box-style1-img{
        margin: 0 0 15px;
    }
    .box-style2-des h4{
        font-size: 14px;
    }
    .box-style2-btn a{
        font-size: 14px;
    }
    .fb_sec{
        padding: 15px 0;
    }
    h6.fb-title span{
        font-size: 16px;
    }
    .footer-sec{
        padding: 30px 0;
    }
    .footer-sec .footer-des p{
        font-size: 14px;
    }
    .footer-form .col-auto{
        margin: 0 0 8px;
    }
    .ourteam {
    padding: 20px 0;
    }
    .page-spacing{
        padding: 28px 15px;
    }
    .section-title h2{
        font-size: 16px;
    }
}



/*********** Tapan 11-07-2019 ************/
a.footer-menu {
    padding-left: 40px;
}

.fo_f_w690 {width: 690px;}
.fo_f_in_g_w285 {width: 284px;}
.latest_ti{
	font-size: 20px;
    font-family: 'Conv_Avenir_45_Book';
	font-weight:600;
}
    
.email_send{color:#fff;}
.email_send_note{color: #fff; font-weight: bold; padding:15px; }
.mt30{margin-top: 30px;}

#page_gallery .btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#page_gallery #image-gallery .modal-footer{
  display: block;
}

#page_gallery .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}























