html {
  scroll-behavior: smooth;
  width:100%;
  overflow-x:hidden;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
    font-family: 'Prata', serif;
}
a:hover, a:focus {
    text-decoration: none;
    color: #23205f;
    outline: none !important;
}
.same-font{
        font-weight: 500;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Prata', serif;
    margin: 0 0 18px;
}
ul li{
    margin: 0 0 10px;
}
.text-content{
    text-align: left;
}
.text-content p{
 font-weight: 500;
 text-transform: initial;
 letter-spacing: 1px;
 color: #000000;
 width: 100%;
 font-size: 17px;
 line-height: 27px;
 font-family: 'Prata', serif;
}
.about-block.note-media .text-content p{
 font-weight: 500 !important;
 text-transform: initial !important;
 letter-spacing: 1px !important;
 color: #000000 !important;
 width: 100% !important;
 font-size: 17px !important;
 line-height: 27px !important;
 font-family: 'Prata', serif !important;
}
.about-block.note-media .text-content ul li,.about-block.note-media  .text-content ol li{
     font-weight: 500 !important;
 text-transform: initial !important;
 letter-spacing: 1px !important;
 color: #000000 !important;
 width: 100% !important;
 font-size: 17px !important;
 line-height: 27px !important;
 font-family: 'Prata', serif !important;
     margin: 0 0 15px !important;
}
.about-block.note-media .text-content h3{
    font-weight: 600 !important;
        text-transform: initial !important;
        letter-spacing: 1px !important;
        color: #000000 !important;
        width: 100% !important;
        font-size: 21px !important;
        line-height: 27px !important;
        padding: 0 0 5px !important;
}

.about-block.note-media .text-content h4{
    font-weight: 600 !important;
        text-transform: initial !important;
        letter-spacing: 1px !important;
        color: #000000 !important;
        width: 100% !important;
        font-size: 18px !important;
        line-height: 25px !important;
        padding: 0 0 5px !important;
}
.about-block.note-media .text-content h3 u{
    margin-top: 25px !important;
}
.contact-info .contact-box p.text-center{
    text-align: center !important;
}
.pos-relative{position:relative;}

.mega-menu{display:none; width:100%;background: #fff; /*background:url('../images/pattern.jpg')*/; background-repeat:repeat-x; background-size:contain;   position:absolute; left: 0;  border: 0px solid red; margin: 0px 0 0 0; padding: 25px 20px 10px 20px;box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 6%);}
.mega-menu .menu-box{width:20%; float:left; padding:0 15px 10px 15px; border-right: 1px solid #dddddd;}
.mega-menu .menu-box.last{border:none !important;}
.mega-menu .menu-box ul{margin:0; padding:0 0 0 7px;}
.mega-menu .menu-box ul li{color:#0066ab; list-style:none; padding: 22px 5px;  width: 50%;  float: left; font: 300 13px/18px'Prata', serif;}
.mega-menu .menu-box p{color: #1a1a1a; font: 400 15px/18px 'Oswald', sans-serif; padding-bottom: 2px;}
.mega-menu .menu-box ul li a{
    color: #0066ab;
        position: relative;
        /*font-size: 28px;*/
        /*line-height: 32px;*/
            font-size: 18px;
    line-height: 24px;
        letter-spacing: 1px;
        font-family: 'Prata',serif;
}
.mega-menu .menu-box ul li a:hover{text-decoration:underline;}

.mega-menu .menu-box .single-list li{/*width: 100%;*/width: calc( 33.33% - 10px);}

.mega-menu .menu-box ul li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em;  /*same as padding-left set on li */
  width: 1.0em; /* same as padding-left set on li */
  color:#828282;
  font-size:11px;
  position: relative;
  right: 6px;
  top: -5px;
}
.no-visible{
   visibility: hidden;
}
/*.slideup, .slidedown {
            max-height: 0;            
            overflow-y: hidden;
            -webkit-transition: max-height 0.5s ease-in-out;
            -moz-transition: max-height 0.5s ease-in-out;
            -o-transition: max-height 0.5s ease-in-out;
            transition: max-height 0.5s ease-in-out;
        }
*/
.mega-menu  .reset-box{width:100% !important; border:0 !important;}
.mega-menu .menu-box .single-menu{    display: block;}

.nav-link:hover{cursor:pointer;}
/*.has-sub-menu{position:relative;}
.sub-menu{display:none; position: absolute; background: #fff;}
.sub-menu{padding:0px 0 0px 0px; width: 190px; }
.sub-menu li{list-style:none; font: 300 13px/18px'Prata', serif; padding:8px 10px; border:0;  border-top:1px solid #f2f2f2;}
.sub-menu li a{color:#4d4d4d; font: 300 13px/16px'Prata', serif;}
.sub-menu li:first-child{border-top:2px solid #5bcce8;}
.sub-menu li:hover a{color:#0066ab;}*/

.has-mega-list i{display:none;}


.breadcrum{position:relative; background-size: cover !important; height: 380px;}
.breadcrum .breadcrum-list{/*display:flex; align-items:center;*/ height: 300px; padding-top:80px; position:relative; top:45%; transform:translate(0,45%);}/**/

.breadcrum-list ul{padding: 0; margin-left: -15px; margin-bottom:10px;}
.breadcrum-list ul li{list-style:none; display:inline-block; padding-right:25px; color:#5bcce8; font: 500 15px/18px 'Prata', serif;}

.breadcrum-inside{position:relative; background-size: cover !important; height: 400px;}
.breadcrum-inside .breadcrum-list{/*display:flex; align-items:center;*/ height: 300px; padding-top:10px; position:relative; top:35%; transform:translate(0,35%);}/**/


.breadcrum-list ul li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em;  /*same as padding-left set on li */
  width: 1.0em; /* same as padding-left set on li */
  color:#fff;
  font-size:16px;
  padding-right:15px;
}

.breadcrum-list ul li:first-child:before {
    content: '';
	margin-left:0em; 
}

.breadcrum-list h5{font: 600 38px/44px 'Prata', serif; color:#fff; padding-left:2px;text-align: center;}
.boats-sec{padding:60px 0 80px 0;}
.boats-sec p{width:80%; margin:0 auto;text-align:center; color:#787878; font: 300 14px/24px'Prata', serif;}

.boats-list{padding-top:50px; }
.boats-list .boat-box{text-align: center; width: calc(31.9% - 15px); height: 410px; float:left; padding:15px; -webkit-box-shadow: 0px 0px 49px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 49px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 49px 1px rgba(0,0,0,0.2); position:relative; margin-bottom: 35px;}
.boats-list .boat-box:nth-child(3n+1){margin-left:0; margin-right:30px;}
.boats-list .boat-box:nth-child(3n+2){margin-left:15px; margin-right:15px;}
.boats-list .boat-box:nth-child(3n+3){margin-right:0; margin-left:30px;}
.boats-list .boat-box h5{text-align:left; font: 400 16px/22px'Prata', serif; color:#000; padding:8px 0 10px 0;}
.boats-list .boat-box td{color:#787878; font: 300 13px/20px'Prata', serif; padding:5px 0;}

.boats-list .boat-box p{width:100%; text-align:left; color: #787878; font: 300 13px/20px'Prata', serif; padding-bottom:25px;}
.read-btn{color: #000; padding: 7px 0px;  position: absolute; bottom: 15px; left: 0;  right: 0; width: 130px;  margin:0 auto;}
.read-btn:after {
    position: absolute;
    bottom: 18px;
	top: 24px;
    left: 0;
    right: 0;
    width: 70%;
    height: 6px;
    content: '';
    background: #5bcce8;
    margin: 0 auto;
    z-index:-1;
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.read-btn:hover:after{background:#89e5fc;}

/*boat detail page*/
.boats-sec .boat-info{width:100%;  border:0px solid red;}
.boats-sec .boat-info p{width: 100%; padding-bottom: 50px;}
/*.boats-sec .boat-feature{width:25%; float:right; border:1px solid blue;}
.boats-sec .boat-feature h5{font: 500 16px/24px'Prata', serif; color:#000;}
.boats-sec .boat-feature ul{}
.boats-sec .boat-feature ul li{color:#2e79b2; font: 300 14px/24px'Prata', serif;}
.boats-sec .boat-feature ul li:before {
  content: "\f105"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em;  
  width: 1.0em; 
  color:#fff;
  font-size:16px;
  padding-right:15px;
}*/

.about-us{background:rgb(60,198,231); padding:6em 0 1em 0; color:#fff;}
.about-us .subheading{color:rgba(0, 0, 0, 0.8) !important;}
.about-us h2{color:#fff;}
.about-us p{color:#fff;}

.slider-box{width:65%; margin:0 auto; padding-bottom: 35px;}
.slider-box .owl-dots{display:none !important;}
.owl-carousel .owl-nav{top: 35% !important;}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{opacity:1 !important; font-size:24px;}
.owl-carousel .owl-nav button{font-size:50px !important;}
.owl-carousel .owl-nav button:hover{background:transparent !important; outline:none !important; color:#000 !important;}
.owl-carousel .owl-nav button:focus{outline:none !important;}
.owl-carousel .owl-nav .owl-prev{left: -45px;}
.owl-carousel .owl-nav .owl-next{right: -45px;}

.sub-boat-list{width:33.33%; padding:15px; float:left; border:0px solid blue;}
.sub-boat-list p{text-align:left; width:100% !important;}
.heading-box{border-bottom:1px solid #c3c3c3; padding-bottom: 15px;}
.heading-box h3{font: 600 20px/24px'Prata', serif; color:#000; float:left; }
.heading-box img{float:right; margin-top: -15px;}

.sub-boat-list ul{padding:0; margin:10px 0;}
.sub-boat-list ul li{list-style:none; font: 300 13px/22px'Prata', serif; color:#000; padding-bottom: 5px;}
.sub-boat-list ul li a{font: 400 13px/22px'Prata', serif; color:#000; }
.sub-boat-list ul li a:hover{color:#0066ab;}

.m-ver{display:none;}
.head-box h2{font-size: 36px; font-weight: 700; line-height: 48px; padding: 30px 0 15px 0;}

.contact-box h5{font: 400 18px/20px'Prata', serif; color:#000;  margin:0; padding-bottom:10px;}
.contact-box{width:50%; float:left; border:0px solid red; padding-right: 25px;}
.contact-box input{
    width: 100%;
    padding: 13px 15px 15px;
    margin: 0 0 25px 0;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 300 19px/20px 'Oswald', sans-serif;
}
.contact-box select{
    width: 100%;
        padding: 13px 15px 15px;
        margin: 0 0 25px 0;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        color: #6d6d6d;
        border-radius: 3px;
        font: 300 18px/20px 'Oswald', sans-serif;
            appearance: none;
}
.contact-box textarea{
    width: 100%;
    padding: 13px 15px 13px;
    margin: 0 0 20px 0;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    resize: none;
    font: 300 19px/20px 'Oswald', sans-serif;
}

.contact-box .txt-box:focus{outline:#262626;}

.send-btn{width:50% !important; padding:8px 10px !important; background:#5bcce8; font: 300 13px/20px'Prata', serif;
    font: 200 15px/16px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 10px 13px!important;
    text-transform: uppercase;
    background: #23205f;
    border: 1px solid #23205f;
    border-radius: 0;

}
.send-btn:hover{cursor:pointer; background:#23205f; }

.contact-box.add{padding:0 20px !important; text-align:left; }
.contact-box p{ color:#333333; text-align:left !important; width:100%; font: 300 14px/24px'Prata', serif; padding-bottom:10px; padding-left: 16px;}
.contact-box p i{font-size:20px;}

.contact-box p.addrs:before {
  content: "\f041"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em;  /*same as padding-left set on li */
  width: 1.0em; /* same as padding-left set on li */
  color:#333333;
  font-size:17px;
  padding-right:5px;
}

.contact-box p.phone:before {
  content: "\f095"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em;  /*same as padding-left set on li */
  width: 1.0em; /* same as padding-left set on li */
  color:#333333;
  font-size:17px;
  padding-right:10px;
}

.contact-box p.mail:before {
  content: "\f0e0"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.1em;  /*same as padding-left set on li */
  width: 1.0em; /* same as padding-left set on li */
  color:#333333;
  font-size:16px;
  padding-right:10px;
}

.contact-box p.yard:before {
  content: "\f041"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.1em;  /*same as padding-left set on li */
  width: 1.0em; /* same as padding-left set on li */
  color:#333333;
  font-size:16px;
  padding-right:10px;
}

.contact-box p.mail{padding-bottom:30px;}

.p-bottom-m p{margin:0 !important;}
.text-center{text-align:center;}
.p-50{padding:50px 0;}
.p-30{padding:40px 0;}

#services .mr-md-5{position:relative;}
#services p{font-size: 14px; line-height: 24px;}
#services .read-btn{color: #000; padding: 7px 0px;  position: absolute; bottom:-60px; left: 5px;  right: 0; width: 130px; margin:0;  }
#services .read-btn:after {
    position: absolute;
    bottom: 18px;
	top: 24px;
    left: 0;
    right: 0;
    width: 70%;
    height: 6px;
    content: '';
    background: #5bcce8;
    margin: 0 0 0 -5px;
    z-index:-1;
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#services .read-btn:hover:after{background:#89e5fc;}

/*-----news and events ---------*/
.content-left {
    float: left;
    padding: 35px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
.dotted-line {
    border-bottom: 2px dotted #b0b0b0;
    padding: 60px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.news-left {
    float: left;
    width: 122px;
}
.news-left .date {
    background: #eaeaea;
    padding: 10px 0px 10px 0;
    margin: 0px 0px 0px 0px;
    font: 600 17px/19px 'Dosis', sans-serif;
    text-align: center;
    color: #000;
    position: relative;
    border-left: 5px solid #5bcce8;
}
.news-pic{width:350px; float:left; margin-right:25px;}

.news-right {
    float: right;
    width: 85.5%;
}
.news-right h3{line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400; font-size: 24px;}
.news-right p{font-size: 15px; padding-top:5px;}

/*---------------------------*/

.about-us-sec{padding:50px 0;}
.about-us-sec h6 {font-size: 20px; font-weight: 400; line-height: 32px; text-align: center; width: 80%;  margin: 0 auto; 
color: #3ec1e1; padding-bottom:50px;}
.about-us-sec p{font-size: 14px; font-weight: 300; line-height: 24px;}
.about-us-sec p b{font-weight:600;}
.about-us-sec .abt-img-box{width:70%; margin:20px auto;}
.about-us-sec .abt-img-box .about-us-img{width:100%;}

.about-us-sec h2{text-align:center;font-size: 30px; font-weight: 700; line-height: 40px; padding: 50px 0 15px 0; 
color: rgba(0, 0, 0, 0.8);}

.about-us-sec .values-content .value-box{text-align:center; width:calc(50% - 40px); float:left; padding:15px 20px 0 20px;
-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
 position: relative; margin: 20px 20px 20px 20px; height: 140px;}
.about-us-sec .values-content .value-box h5{color: #3ec1e1; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; font-size: 18px;}
.about-us-sec .values-content .value-box p{font-size: 14px; font-weight: 300; line-height: 24px;}
.about-us-sec p.center-txt{text-align: center; width: 80%;  margin: 0 auto;}
.about-us-sec h4{color: #3ec1e1; padding-top:10px; line-height: 1.5; font-weight: 500; font-size: 18px; font-family: inherit;}

.about-us-sec .design-block{text-align:justify;}
.about-us-sec .design-block .left-block{ width:48%; float:left;}
.about-us-sec .design-block .right-block{ width:48%; float:right;}
.read-link{color:#fff !important;}
.read-link:hover{color:#000 !important;}

@media screen and (max-width:1200px){
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link { font-size: 14px; padding-left: 15px; padding-right: 15px;}
	.boats-list .boat-box {  width: calc(31% - 15px);}
	#services .pr-md-5{ padding-right: 0rem !important;}
	#services .mr-md-5{ margin-right: 0rem !important;}
	#services .pl-md-5{ padding-left: 1rem !important;}
	#services .pt-3{ padding-top: 0rem !important;}
	.p-30 {padding: 30px 0 !important;}
}

@media screen and (max-width:991px){
	.info-box{display:none;}
	.boats-sec p {width: 90%;font: 300 13px/22px'Prata', serif;}
	.boats-list .boat-box {width: calc(33% - 8px); height: 390px;}
	.boats-list .boat-box:nth-child(3n+1) {margin-right: 10px;}
	.boats-list .boat-box:nth-child(3n+2) {margin-left: 5px; margin-right: 5px;}
	.boats-list .boat-box:nth-child(3n+3) {margin-left: 10px;}
	.boats-list .boat-box h5 { font: 400 14px/22px'Prata', serif;}
	.boats-list .boat-box td {font: 300 12px/20px'Prata', serif;}
	.boats-sec .boat-info p {width: 100%;}
	.owl-carousel .owl-nav button { font-size: 35px !important;}
	.sub-boat-list{width:50%;}
	.sub-boat-list:first-child{width:100%; padding-bottom:25px;}
	.d-ver{display:none;}
	.m-ver{display:block;}
	.navbar-collapse{position: absolute; background: rgb(255, 255, 255); width: 100%; left: 0px; top: 81px; border-top: 1px solid #f2f2f2 !important; border-bottom: 1px solid #f2f2f2 !important;}
	.nav-item{padding:5px 20px 5px 20px; border-bottom: 1px solid #f2f2f2;}
	.pos-relative { position: initial;}
	.mega-menu{display:none; position: relative; background: transparent; padding: 3px 0 0 10px;box-shadow: none !important;}
	.mega-menu .menu-box { width: 100%; float: none; padding: 0; border-right: 0px solid #dddddd;}
	.mega-menu .menu-box ul li{padding: 5px 5px; width: 100%;}
	.mega-menu .menu-box ul li:before{font-size: 9.5px;}
	
	/*.sub-menu { position: relative; background: #fff; width: 100%; padding-top: 2px;}*/
	.has-mega-list i{display:block; float: right; font-size: 9px; line-height: 26px;}
	.mega-menu p{margin:0; font: 400 15px/18px'Prata', serif !important;}
	.mega-menu img{display:none;}
	.menu-box-list{padding: 0 0 10px 7px !important;}
	.mega-menu .menu-box .menu-box-lis li { padding: 2px 5px 8px 5px !important;}
	.mega-menu .menu-box .single-menu {  display: block;}
	#services .heading{font-size:20px;}
	#services p{font-size: 13px; line-height: 22px;}
	#services .mb-5{ margin-bottom: 0rem !important;}
	.news-left{margin-bottom: 15px;}
	.news-right {width: 100%;}
	.news-pic { width: 300px;}
	.news-right h3 {font-size: 18px; line-height: 29px;}
	.news-right p { font-size: 13px; line-height: 22px;  padding-top: 0px;}
}

@media screen and (max-width:640px){
	.boats-list .boat-box {width: calc(50% - 25px); height: 350px; margin-bottom: 30px;}
	.boats-list .boat-box:nth-child(3n+1) {margin-right: 0px;}
	.boats-list .boat-box:nth-child(3n+2) {margin-left: 0px; margin-right: 0px;}
	.boats-list .boat-box:nth-child(3n+3) {margin-left: 0px;}
	.boats-list .boat-box:nth-child(2n+1) {margin-right: 15px;}
	.boats-list .boat-box:nth-child(2n+2) {margin-left: 15px;}
	.boats-sec p { width: 100%;}
	.sub-boat-list { width: 100%; padding: 15px 5px 25px 5px;}
	.breadcrum .breadcrum-list {height: 150px; padding-top: 0px;top: 40%;transform: translate(0,40%);}
	.boats-sec {padding: 30px 0 40px 0;}
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link { font-size: 14px; padding-left: 0px; padding-right: 0px;}
	#services{padding-left:15px !important; padding-right:15px !important;}/**/
	#services .pl-md-5 { padding-left: 0rem !important;}
	#services .heading {padding-top: 15px;}
	.p-30 {padding: 25px 0 !important;}
	.content-left{padding: 0px 15px 0px 15px;}
	.news-pic {width: 100%; margin:0 0 15px 0; }
	.dotted-line {padding: 20px 0px 0px 0px; margin: 0px 0px 40px 0px;}
}

@media screen and (max-width:480px){
	.navbar{padding: 0 15px;}
	.ftco-navbar-light.scrolled.awake{    padding: 0px 12px 0 12px;}
	.breadcrum { height: 180px !important;}
	.breadcrum-list { height: 150px; padding-top: 0px;}
	.breadcrum-list ul li{font: 500 11px/18px'Prata', serif; padding-right: 20px;}
	.breadcrum-list h5 {font: 600 22px/28px'Prata', serif;}
	
	.breadcrum-inside {height: 200px;}
	.breadcrum-inside .breadcrum-list { height: auto;}
	
	.boats-list .boat-box {width:100%; height: auto; margin-bottom: 30px;}
	.boats-list .boat-box:nth-child(2n+1) {margin-right: 0px;}
	.boats-list .boat-box:nth-child(2n+2) {margin-left: 0px;}
	.boats-list .boat-box h5 { font: 400 16px/24px'Prata', serif;}
	.boats-list .boat-box td {font: 300 13px/20px'Prata', serif;}
	.boats-list .boat-box .read-btn {padding: 7px 25px;position: initial; margin: 0 auto;}
	
	.owl-carousel .owl-nav button { font-size: 20px !important;}
	.owl-carousel .owl-nav .owl-prev{left: -25px;}
	.owl-carousel .owl-nav .owl-next{right: -25px;}
	.owl-carousel .owl-nav {top: 25% !important;}
}
	

/*INDEF STYLES*/
.no-bg{
    background: transparent !important;
    padding: 0 !important;
}
.clear{
    clear: both;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.no-shadow{
    box-shadow: none !important;
}
.flex-btw{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-btw .timeline-img{
    height: 350px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
}
.flex-btw .timeline-img img{
    width: 50%;
}
.cd-timeline__block:nth-child(odd) .flex-btw{
    flex-direction: row-reverse;
}

body{
        background: url('../images/fou-lines.gif');
        background-repeat: repeat-y;
        background-position: center;
}
/*Header*/
.info-box{
    padding: 4px 5px 0px 5px;
}
.info-box .space-even {
    align-items: center;
    justify-content: space-between;
    min-height: 95px;
}
.ftco-navbar-light {
    /* background: transparent !important; */
    z-index: 3;
    padding: 0;
    padding: 0 0 0 0;
    background: #1e549e;
    position: relative;
    top: 113px;
}
.ftco-navbar-light ul li{
    margin: 0 0 0;
}
.set2 img{
    max-height: 96px;
}
.set2 img, .set4 img, .set3 img{
    width: 100%;
}
.indes-header{
    justify-content: space-between;
}
.set3 img{
    position: relative;
    top: 1px;
}
.navbar{    
    padding: 0 12px;
}
.search-input input{
    border: none;
    color: #fff;
    border-bottom: 1px solid #cacaca;
    background: transparent;
    width: 250px;
    font: 200 14px/20px 'Arial', sans-serif !important;
    letter-spacing: .5px;
}
.search-input input::-webkit-input-placeholder{
    color: #fff;

}
.search-input input:focus, .search-input input:hover{
 outline: none;
 background: none;
}

.search-input {
    position: relative;
}

.search-input button{
    right: 4px;
    top: -2px;
    position: absolute;
    background: none;
    border: none;
    padding: none ;
}
.search-input button .icon-search{
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}

.ftco-navbar-light.scrolled {
    box-shadow:none;
}


/*INSIDE BANNER*/
.breadcrum{
    background-position: top !important;
}
.home-kmore{
        font: 200 15px/16px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 18px;
    text-transform: uppercase;
    background: #23205f;
    border: 1px solid #23205f;
    position: relative;
    top: 16px;
}
.home-kmore:hover,.home-kmore:focus{
    background: transparent;
    color: #23205f;
}

/*ABOUT CHAPTER*/
.about-indef{
    background: #0682e5;
    position: relative;
    top: -100px;
    margin: 0 0 50px;
}
.visitor-count{
  background: #1e549e;
  color: #fff;
  position: absolute;
  top: -12px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  width: 150px;
  border-radius: 4px;
  right: 0;
}

.visitor-count p{
    margin: 0;
     text-transform: uppercase;
    letter-spacing: 1px;
}

.about-indef .book-copy{/*
    position: absolute;
    top: 13%;
    right: 50px;
    width: 55%;*/
    width: 100%;
    position: relative;
    z-index: 1;
}
 .no-gutters .img-2 .book-cover{
    position: absolute;
    top: 13%;
    right: 50px;
    width: 55%;
}
 .no-gutters .img-2 .book-cover:after{
    content: url('../images/shadow.png');
    position: absolute;
    right: -47px;
    bottom: -24px!important;
}

.about-indef .wrap-about .heading-section h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-indef h4{
        position: relative;
        color: #fff;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 1px;    
        padding-bottom: 30px;
}
.about-indef h4:after{
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    width: 14%;
    height: 1px;
    content: '';
    background: #ffffff;
    margin: 0 auto 0 0;
    z-index: -1;
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-indef h2 {
    font-size: 40px;
    color: #fff;
}
.about-indef h2 .btn-bt{
    padding: 12px 48px;
    }
.about-indef h2 .btn-bt:hover,.about-indef h2 .btn-bt:focus{
    background: #fff;
    color: #4b9adf;
}
.btn-bt{
    font: 200 18px/20px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    text-transform: uppercase;
}
.note-media .head-box h2 {
    font-size: 29px;
    font-weight: 700;
    line-height: 48px;
    padding: 0px 0 15px 0;
    color: #2a2a2a;
}
.note-media.ftco-services .services .media-body h3 {
    font-weight: 600;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    width: 80%;
    font-size: 21px;
    line-height: 27px;
    padding: 0 0 10px;
}

/*Samples*/
.samples{
    padding: 2em 0 4em 0;
}
.samples .media-row{
        box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 6%);
        padding: 30px;
    z-index: 111;
    width: 100%;
    position: relative;
    background: #fff;
}
.samples .media-row .keynote-cover {
   /*width: 20%;*/
           width: 40%;
       padding: 0 17px 0 0px;
}
.samples .media-row .keynote-cover:hover a img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.samples .media-row .keynote-cover a img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sample-text{
    padding: 0 0px 0px 10px !important;
    width: 80%;

}
.samples .media-row {
    align-items: flex-start;
}
.samples .media-row h4{
    position: relative;
}
.samples .media-row h4:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    width: 14%;
    height: 1px;
    content: '';
    background: #000;
    margin: 0 auto 0 0;
    z-index: -1;
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.samples .media-row  h2{
        margin-bottom: 0 !important;
}
.disp-desk{
    display: block;
}
.disp-mob{
    display: block;
}
.notice-block {
    background: #cf9926/*f7342b*/;
    color: #fff;
    position: absolute;
    bottom: -120px;
    width: 65%;
    padding: 10px 15px;
}
.notice-block:hover{
      box-shadow: 0px 0px 7px 2px #cf9926;
}
.notice-block a{
   color: #fff;
}
.notice-block p{
    font: 400 16px/26px 'Prata', sans-serif;
    padding: 4px;
    margin: 0;
}
.notice-block p span{
    font-weight: 500;
}
/*Keynote*/
.keynote-cover{
    position: relative;
}
.play-icon{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 36%;
}
.media-section .media-body  {
    background: #e0edf2;
    padding: 30px;
}

.media-row{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 25px;
}
.media-row:last-child{
    margin: 0 0 0;
}
/*.media-row .keynote-cover{
    width: 77%;
}*/
.media-row .keynote-cover{
    width: 35%;
}
.media-row .text-left.pl-4{
    width: 70%;
}
.media-row .keynote-cover .play-icon{
    width: 26%;
    top: 35%;
}

.media-row  p{
    color: #0682e5;
    padding: 0;
    margin: 0 0 5px;
}
.media-row h5{
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 300;
    color: #000;
}

/*MISSION / VISION*/
.mission-vision{
    background-position: center !important;
}
.mission-vision p{
    border-left: 1px solid #284586;
    padding: 0 0 0 30px;
}
.mission-vision .heading-section.heading-section-white h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.mission-vision p{
        font-size: 19px;
}
.mission-vision .btn-bt {
    padding: 8px 35px;
    position: relative;
    top: 10px;
}
/*READ MORE*/
.read-more .services{
    padding: 20px;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 6%);
    margin: 20px 20px 40px;
    background: #fff;
}
.read-more .head-box h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    padding: 30px 0 15px 0;
}
.read-more.ftco-services .services .media-body h3 {
    font-weight: 500;
    text-transform: initial;
    letter-spacing: 1px;
    font-size: 24px;
    text-align: left;
}
.read-more.ftco-services .services .media-body h3 span{
    font-size: 20px;
}
.read-more.ftco-services .services .media-body {
    width: 100%;
    padding: 10px 30px;
}
.read-more h5{
        font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #0682e5;
    font-weight: 300;
    margin-top: 30px;
        
}
.read-more h5 a{
    padding: 7px 15px;
     color: #0682e5;
}
.read-more h5 a:hover{
    background: #0682e5 !important;
    color: #fff;
}
.partner-cover{
    text-align: center !important;
}
.ftco-partner .partner {
    text-align: center !important;
    display: block;
    padding: 0 20px;
}

.partner-cover .partner {
    text-align: center !important;
    display: block;
    padding: 0px;
    height: 208px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.partner-cover .partner img{
    max-height: 170px;
}
.partner-cover h5{
        font-weight: 600;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    width: 80%;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 auto;
}
/*PAGE:  ABOUT*/
.about-block.note-media.ftco-services .services .media-body h3 {
    font-weight: 500;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
}

.mar-auto{
    margin: 0 auto;
}
.mb-0{
    margin-bottom: 0;
}
.inside-links h5 {
    padding: 0;
    margin: 0;
}
.inside-links h5 a{
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 300;
    color: #000;
}
.inside-links hr {
    margin-top: 5px;
    margin-bottom: px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*FOOTER*/
.indef-footer{
        background: #23205f url(../images/maps.png) no-repeat center center !important;
}
.ftco-footer {
    font-size: 14px;
    background: #23205f;
    padding: 6em 0 4rem;
}

.council-cover{
    height: 200px;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.council-cover img{
    width: 85%;
}
.council-content{
    width: 200px !important;
    margin: 0 auto 40px;
}
.ftco-services .services .council-content.media-body h3 {
    font-weight: 500;
        text-transform: initial;
        letter-spacing: 1px;
        font-size: 16px;
        max-height: 50px;
        overflow: hidden;
        color: #000;
}
.ftco-services .services .council-content.media-body p{
    color: #0682e5;
    font-size: 16px;
    line-height: 24px;
}
.advertising-block .media-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 0px;
} 
.advertising-block.note-media.ftco-services .services .media-body h3 {
    font-weight: 600;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    width: 100%;
    font-size: 21px;
    line-height: 27px;
    padding: 0 0 5px;
}
/*.advertising-block .media-row p {
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 300;
    color: #000;
    line-height: 20px;
    padding: 0 0 11px;
}*/
.advertising-block p {
    font-weight: 500;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Prata', serif;
    margin: 0 0 18px;
}

.inquire-more{
    font: 200 15px/16px 'Oswald', sans-serif;
        color: #fff;
        border: 1px solid #fff;
        padding: 7px 25px;
        text-transform: uppercase;
        background: #23205f;
        border: 1px solid #23205f;
}
.inquire-more:hover, .inquire-more:focus{
    background: transparent;
    color: #23205f;
}

/*CONTACT PAGE*/
.maps{
    padding-top: 6rem !important;
    overflow: hidden;
    height: 450px;
}
.contact-info .contact-box{
    width: 100%;
}
.contact-info .contact-box p.addrs:before {
    content: "\f041";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.0em;
    width: 1.0em;
    color: #ffffff;
    font-size: 17px;
    padding-right: 5px;
    position: relative;
    left: -5px;
}
.contact-info .contact-box p.mail:before {
    content: "\f0e0";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.1em;
    width: 1.0em;
    color: #ffffff;
    font-size: 16px;
    padding-right: 10px; 
       position: relative;
    left: -5px;
}
.contact-info .contact-box p.phone:before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.0em;
    width: 1.0em;
    color: #ffffff;
    font-size: 17px;
    padding-right: 10px;
    position: relative;
    left: -5px;
}
.contact-info  .contact-box p {
    color: #ffffff;
    text-align: left !important;
    width: 100%;
    font: 300 20px/29px 'Oswald', sans-serif;
    padding-bottom: 0px;
        padding-left: 26px;
    margin-bottom: 0;
}
.contact-info  .contact-box p a{
    color: #fff;
}
.contact-form .contact-box {
        width: 100%;
        float: none;
        border: 0px solid red;
        padding: 0 30px 20px;
        margin: 0 auto;
        background: #e0edf2;
}

.contact-form .contact-box .left-side{
   width: 49%;
   float: left;
}

.contact-form .contact-box .right-side{
   width: 49%;
   float: right;
}
.contact-form .contact-box h5 {
        font: 700 30px/30px'Prata', serif;
        color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding-bottom: 25px;
        text-align: center;
        margin: 20px 0 0 0;

}
.contact-info .about-indef {
    background: #0682e5;
    position: relative;
    top: -100px;
    margin: 0 0 0px;
}
.drop-cover{
    position: relative;
}
.drop-cover .icon-chevron-down{
    position: absolute;
    right: 13px;
    top: 16px;
}
/*TIMELINE*/

.timline-kmore{
    font: 200 15px/16px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 18px;
    text-transform: uppercase;
    background: #23205f;
    border: 1px solid #23205f;
    position: relative;
    top: -5px;
}
.timline-kmore:hover{
    background: none;
    color: #23205f !important;
}
.timeline{
    width: 100%;
}
.timeline-disp table{
    width: 50%;
    border: 0px solid #cacaca;
    background: #fff;
    float: none;
    margin: 0 auto;
}
.timeline-disp table th{
    padding: 12px 15px;
    font-weight: 400;
    border-bottom: 1px solid #cacaca;
    border-top: 0px solid #cacaca;
    border-right : 0px solid #cacaca;
    border-left: 0px solid #cacaca;
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    background: #0682e5;

}
.timeline-disp table td{
    padding: 12px 15px;
    border-bottom: 1px solid #cacaca;
    border-top: 0px solid #cacaca;
    border-right : 0px solid #cacaca;
    border-left: 0px solid #cacaca;
    font-size: 19px;
    line-height: 20px;
    color: #000;

}
.timeline-disp table td:nth-child(1), .timeline-disp table th:nth-child(1){
    width: 20%;
}
.timeline-disp table td:nth-child(2), .timeline-disp table th:nth-child(2){
    width: 40%;
}
.timeline-disp table td:nth-child(3), .timeline-disp table th:nth-child(3){
    width: 40%;
}
.timeline-table a{
  color: #0682e5;
}
.timeline-page ul{
       margin: 15px 0 40px;
       list-style: circle;
}
.timeline-page p{
        color: #0682e5;
}
.timeline-page ul li{
    font: normal 16px/18px 'Oswald', sans-serif;
    font-weight: 100;
    margin: 5px 0 8px;
    color: #000;
}
/*PDF*/
.pdf-title{
    padding: 100px 0 20px;
    text-align: center;
}
.timeline-notice.notice-block {
    background: #cf9926;
    color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 0 50px;
    padding: 10px 15px;
}


/*SEARCH*/
.search-section.advertising-block.note-media.ftco-services .services .media-body h3 a{

    color: #000000;
}

/*ARCHIVES*/
.archives .media-row .keynote-cover {
    width: 50%;
}
.archives  .media-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 25px;
}
.archives  .media-row h3{
    font-weight: 600 !important;
        text-transform: initial !important;
        letter-spacing: 1px !important;
        color: #000000 !important;
        width: 100% !important;
        font-size: 21px !important;
        line-height: 27px !important;
        padding: 5px 0 5px !important;
}
.samples.archives .media-row {
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 6%);
    padding: 20px;
    z-index: 111;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0 0 30px;
}
.samples.archives{
        padding: 5em 0 4em 0;
}
.samples.archives .advertising-block p {
    font-weight: 600;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    font-family: 'Prata', serif;
    margin: 0 0 2px;
}
.samples.archives .home-kmore {
    font: 200 15px/16px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 17px 6px;
    text-transform: uppercase;
    background: #23205f;
    border: 1px solid #23205f;
    position: relative;
    top: 16px;
}
.year-set{
    margin: 0 0 35px;
}

.year-set h2{
    margin-bottom: 1rem !important;
}

/*PDF*/
.pdf-section{
    padding-bottom: 0;
}
#flipbook{
    padding: 00px 0 0 !important;
}
#flipbook .ipgs-outline{
        top: 128px !important;
}
.ipgs-theme-default .ipgs-icon-zoom-default{
    display: none !important;
}
#flipbook .ipgs-theme-default .ipgs-outline .ipgs-bookmark > .ipgs-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 0;
    border-bottom: 1px solid #cacaca;
}
#flipbook .ipgs-theme-default .ipgs-outline .ipgs-bookmark > .ipgs-link:first-child{
    border-bottom: 0px solid #cacaca;

}


/*Advertise*/
/*.advertise-block .advertise-cover{
        height: 200px;
    overflow: hidden;
    display: flex;
     align-items: center; 
    justify-content: center;
        margin: 30px auto 30px;
}*/
.advertise-block .advertise-cover {
    height: 180px;
    overflow: hidden;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin: 30px auto 10px;
    align-items: center;
    padding: 30px;
}
.advertise-block .advertise-cover img{
    width: 220px;
}
.advertise-block h5{
    font-weight: 600;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    width: 80%;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 auto;
}
.advertising-title {
        padding: 4em 0 6em 0;
}
.advertising-title  .advertise-title{
    width: 50% !important;
    text-align: center !important;
    margin: 0 auto 10px;

}

.sbt{
    padding: 10px 0 0;
}
.pdf-cover {
    margin: 70px 0 0;
}
.pdf-cover .w-90{
    width: 90%;
    margin: 0 auto;
}
.pdf-cover .row{
    flex-direction: row-reverse;
}
.pdf-cover h4 {
    position: relative;
    color: #343434;
    font-size: 33px;
    line-height: 36px;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.pdf-cover h4:after {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    width: 14%;
    height: 1px;
    content: '';
    background: #343434;
    margin: 0 auto 0 0;
    z-index: -1;
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pdf-cover .heading-section h2{
        font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}
.pdf-cover .btn-bt {
    font: 200 18px/20px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 48px;
    text-transform: uppercase;
    background: #23205f;
    border: 1px solid #23205f;
    position: relative;
    top: 21px;
}
.pdf-book{
   align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}
.pdf-cover .book-cover{
    width: 400px;
}
.pdf-cover .book-cover img{
    width: 100%;
}
.hide-footer .indef-footer,.hide-footer .info-box{
    display: none;
}
.hide-footer .ftco-navbar-light{
    top: 0;
    position: fixed;
    width: 100%;	
}
.hide-footer .pdf-section{
    /*margin:0px 0 400px;*/
    padding: 0 0 4rem 0; 
    /*height: 1000px;*/
}
/*EDITORIAL BOARD DETAILS*/
.editorial-name{
    font-weight: 600;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    padding: 0 0 10px;
    margin: 10px 0 10px;
}

.top-gap {
    padding-top: 100px !important;
}
@media screen and (max-width:1280px){
    .pdf-cover .book-cover {
    width: 300px;
}
}
@media screen and (max-width:1200px){

.pdf-cover .w-90 {
    width: 80%;
    margin: 0 auto;
}
.pdf-cover .pl-md-5{
    padding-left: 0rem !important;
}

}
@media screen and (max-width:991px){
    .ftco-navbar-light {
       height: 80px;
       top: 0px;
    }

    .top-gap {
    padding-top: 10px !important;
}
.ftco-navbar-light .navbar-brand.m-ver{
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;

}
.ftco-navbar-light .navbar-brand.m-ver img{
        max-width: 200px;
}
.ftco-navbar-light .navbar-toggler{
    position: absolute;
    right: 15px;
}
.breadcrum {
    position: relative;
    background-size: cover !important;
    height: 280px;
}
.disp-desk{
        display: none;
    }
    .disp-mob{
        display: block;
    }
   .notice-block {
       background:#cf9926;
       color: #fff;
       position: unset;
       bottom: unset;
       width: 100%;
       left: 0;
       margin: 0 auto 40px;
       padding: 10px 15px;
       right: 0;
   }
   .intro-section{
        margin: 0 0 30px;
   }
    .ftco-navbar-light.scrolled {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        margin-top: -130px;
        background: #fff !important;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        padding: 0;
        background: #23205f !important;
    }
    .ftco-navbar-light.scrolled .navbar-toggler {
        border: none;
        color: rgb(255 255 255) !important;
        border-color: rgba(0, 0, 0, 0.5) !important;
        cursor: pointer;
        padding-right: 0;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: .1em;
    }
    .breadcrum .breadcrum-list {
        height: 200px;
        padding-top: 35px;
        position: relative;
        top: 45%;
        transform: translate(0,40%);
    }
    .mega-menu .menu-box ul li a {
        color: #0066ab;
        position: relative;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 1px;
        font-family: 'Prata';
    }
    .ftco-navbar-light .navbar-nav {
    padding: 0px 0px 0px 0px;
}
    .btn-bt {
        font: 200 15px/20px 'Oswald', sans-serif;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px;
        text-transform: uppercase;
    }
    .about-indef h2 .btn-bt {
        padding: 12px 20px;
    }
    .about-indef .wrap-about .heading-section h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 35px;
    }
    .about-indef h4 {
        position: relative;
        color: #fff;
        font-size: 25px;
        line-height: 28px;
        letter-spacing: 1px;
        padding-bottom: 30px;
    }
    /*.about-indef .book-copy {
        position: absolute;
        top: 13%;
        right: 50px;
        width: 48%;
    }*/
    .no-gutters .img-2 .book-cover {
        position: absolute;
        top: 30%;
        right: 50px;
        width: 60%;
    }
    .no-gutters .img-2 .book-cover:after {
        content: url('../images/shadow.png');
        position: absolute;
        right: auto;
        bottom: -23px!important;
        left: -173px;
    }
    .about-indef {
        background: #0682e5;
        position: relative;
        top: -100px;
        margin: 0 0 0px;
    }
    .samples .media-row {
        box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 6%);
        padding: 20px;
        z-index: 111;
        width: 100%;
        position: relative;
        background: #fff;
    }
    .samples .media-row h4 {
        position: relative;
        font-size: 15px;
        line-height: 18px;
    }
    .samples .media-row h2{
        font-size: 18px;
        line-height: 20px;
    }
    .home-kmore {
        font: 200 15px/16px 'Oswald', sans-serif;
        color: #fff;
        border: 1px solid #fff;
        padding: 5px 18px;
        text-transform: uppercase;
        background: #23205f;
        border: 1px solid #23205f;
        position: relative;
        top: 15px;
    }
    .samples {
        padding: 0em 0 2em 0;
    }
    .pdf-cover {
        margin: 0px 0 0;
        padding: 20px;
    }
    .pdf-cover .w-90 {
        width: 100%;
        margin: 0 auto;
    }
    .pdf-cover h4 {
        position: relative;
        color: #343434;
        font-size: 25px;
        line-height: 29px;
        letter-spacing: 1px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .pdf-cover .heading-section h2 {
        font-size: 35px;
        font-weight: 700;
        line-height: 45px;
    }
}
@media screen and (max-width:767px){
    .flex-btw {
        display: block;
        align-items: center;
        justify-content: space-between;
    }
    .cd-timeline__content p {
        margin: 1em 0;
        line-height: 1.6;
        margin: 0 0 25px;
    }
    .cd-timeline__img {
        position: absolute;
        top: 0;
        left: 6px !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font: 600 14px/22px "Playfair Display", sans-serif !important;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cd-timeline__content p {
        margin: 1em 0 2rem !important;
        line-height: 1.6;
    }
    /*.about-indef .book-copy {
            position: absolute;
            top: 0%;
            right: 0px;
            width: 42%;
            left: 0;
            margin: 0 auto;
    }*/
    .no-gutters .img-2 .book-cover {
        position: absolute;
        top: 15%;
        right: 0px;
        width: 45%;
        left: 0;
        margin: 0 auto;
    }
    .no-gutters .img-2 .book-cover:after {
        content: url('../images/shadow.png');
        position: absolute;
        right: auto;
        bottom: -23px!important;
        left: -147px;
        opacity: 0.4;
    }
    .about-indef .no-gutters {
        margin-right: 0;
        margin-left: 0;
        flex-direction: column-reverse;
    }
    .about-indef {
        background: #0682e5;
        position: relative;
        top: -100px;
        margin: 0 0 0px;
        padding: 28px;
    }
    .img-2 {
        height: 150px;
        margin-bottom: 10px;
    }
    .send-btn {
    width: 60% !important;
    padding: 8px 10px !important;
    background: #5bcce8;
    font: 300 13px/20px'Prata', serif;
    font: 200 15px/16px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 10px 13px!important;
    text-transform: uppercase;
    background: #23205f;
    border: 1px solid #23205f;
    border-radius: 0;
}
.pdf-cover h4 {
    position: relative;
    color: #343434;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 27px;
}
.pdf-cover .heading-section h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
.pdf-cover .btn-bt {
    font: 200 18px/20px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 9px 32px;
    text-transform: uppercase;
    background: #23205f;
    border: 1px solid #23205f;
    position: relative;
    top: 27px;
}
.pdf-book {
    align-items: flex-end;
    justify-content: center;
    display: flex;
    top: 0px;
}
.pdf-cover .book-cover {
    width: 200px;
    padding: 0 0 10px;
}
.pdf-cover .col-md-6{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.notice-block {
    background: #cf9926;
    color: #fff;
    width: 100%;
    left: 0;
    position: unset;
    margin: 0 auto  40px;
    padding: 10px 15px;
    right: 0;
}
.note-media .media-section .media-body .media-row {
    display: block;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 25px;
}
.note-media .media-section .media-body .media-row .keynote-cover {
    width: 100%;
}
.note-media .media-section .media-body .media-row .text-left.pl-4 {
    width: 100%;
    padding: 10px 0 5px !important;
}
.mega-menu .menu-box .single-list li {
    /* width: 100%; */
    width: calc( 100% - 10px);
}
.mega-menu .menu-box ul li a {
    color: #0066ab;
    position: relative;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
    font-family: 'Prata';
}
.samples.archives .media-row {
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 6%);
    padding: 27px 20px 34px;
    z-index: 111;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0 0 30px;
}
body {
    background: none;
    background-repeat: repeat-y;
    background-position: center;
}
}
@media screen and (max-width:600px){
    .breadcrum .breadcrum-list {
    height: 200px;
    padding-top: 35px;
    position: relative;
    top: 45%;
    transform: translate(0,20%);
}
    .hero-wrap {
        position: relative;
        height: 500px;
        background: rgb(44,46,48);
        background: linear-gradient(
    90deg, rgba(44,46,48,1) 0%, rgba(117,117,117,1) 19%, rgba(236,236,236,1) 41%);
    }
    .hero-wrap .forth .text h1 {
        font-size: 35px;
        line-height: 47px;
    }
    .hero-wrap .forth .text {
        position: absolute;
        top: 38%;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 1;
    }
    .third  #home{
        height: 500px !important;
    }
    .intro-section.ftco-section{
        padding: 4em 0 10em 0;
        position: relative;
        margin: 0 0 350px;
    }

    
    .about-indef {
        background: #0682e5;
        position: absolute;
        top: -164px;
        margin: 0 0 50px;
        width: 90%;
        padding:25px 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-indef .heading-section{
            margin-bottom: 1rem !important;
            margin-top: 1rem;
    }

    .note-media .head-box h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        padding: 30px 0 15px 0;
        color: #2a2a2a;
    }

    .note-media.ftco-services .services .media-body h3 {
        font-weight: 600;
        text-transform: initial;
        letter-spacing: 1px;
        color: #000000;
        width: 100%;
        font-size: 18px;
        line-height: 27px;
        padding: 0 0 10px;
    }
    .note-media .mb-4{
        margin-bottom: 0.5rem !important;
    }
    .play-icon {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 31%;
    }

    .read-more .head-box h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        padding: 30px 0 15px 0;
    }
    .read-more .services {
        padding: 20px;
        box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 6%);
        margin: 0px 0px 40px;
        background: #fff;
    }   
    .read-more.ftco-services .services .media-body {
        width: 100%;
        padding: 10px 20px;
    }
    .read-more.ftco-services .services .media-body h3 {
        font-weight: 500;
        text-transform: initial;
        letter-spacing: 1px;
        font-size: 20px;
        text-align: left;
    }
    .read-more h5 {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Oswald';
        color: #0682e5;
        font-weight: 300;
        margin-top: 30px;
        text-align: right;
    }
    .note-media.ftco-section {
        padding: 2em 0 4em 0;
        position: relative;
    }
    .head-box h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        padding: 30px 0 15px 0;
        margin-bottom: 10px !important;
    }
    .partner-section{
        padding-top: 0;
    }
    .partner-section.ftco-partner .partner {
        padding: 0;
        text-align: center;
    }

    .mission-vision .heading-section{
            padding: 0 0 20px;
    }
    .mission-vision .btn-bt {
        padding: 8px 35px;
        position: relative;
        top: 20px;
    }
    .samples .media-row h4 {
        position: relative;
            font-size: 19px;
            line-height: 24px;
    }
    .samples .media-row h2 {
        margin-bottom: 0 !important;
        font-size: 24px;
        line-height: 28px;
    }
    .samples .media-row {
        box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 6%);
        padding: 10px;
        z-index: 111;
        width: 100%;
        margin: 0 0 36px !important;
        position: relative;
        background: #fff;
    }
    .samples .media-row .keynote-cover {
        width: 30%;
    }
     .samples.ftco-section {
        padding: 1em 0 0em 0;
        position: relative;
    }

    .advertising-block .media-row {
        display: block;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 0 0px;
    }
    .advertising-block .media-row  text-left{
        padding-right: 0;
    }
    .advertising-block .media-row .keynote-cover {
        width: 100%;
    }
    .mart-1{
        margin-top: 2rem;
    }
    .maps.intro-section.ftco-section {
        position: relative;
        margin: 0 0 0px !important;
            padding-top: 0rem !important;
            overflow: hidden;
            height: 350px;
    }
    .contact-info.intro-section.ftco-section {
        padding: 4em 0 10em 0;
        position: relative;
        margin: 0 0 190px;
    }
    .contact-form .contact-box {
        width: 100%;
        float: none;
        border: 0px solid red;
        padding-right: 0px;
        margin: 0 auto;
    }
    .contact-form .contact-box h5 {
        font: 700 25px/35px'Prata', serif;
        color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding-bottom: 25px;
        text-align: center;
        margin: 0px 0 0 0;
    }
    .contact-form .contact-box {
        width: 100%;
        float: none;
        border: 0px solid red;
        padding: 0 0px 20px;
        margin: 0 auto;
        background: #e0edf2;
    }
    #frm_contact{
            padding: 0 20px;
    }

    .pdf-title {
        padding: 0px 0 20px;
        text-align: center;
    }
    .contact-form .contact-box .left-side,.contact-form .contact-box .right-side{
        width: 100%;
        float: none;
    }

    .archives .media-row {
        display: block;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 0 0px;
    }
    .archives .media-row .keynote-cover {
        width: 100%;
    }
     .archives .media-row  .pl-4{
        padding-left: 0rem !important;
        padding-top: 10px;
    }
    .archives.ftco-services .services{
        margin-bottom: 0 !important;
    }
    .archives .row{
        margin: 0 0 50px;
    }
    .advertising-title .advertise-title {
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto 10px;
    }
    .text-right.sbt {
        text-align: center !important;
        margin-top: 0px;
    }
    .gcaptcha .g-recaptcha{
        transform-origin: 50% 0 !important;
    }
     .gcaptcha .g-recaptcha div{
        width: 100% !important;
    }
    .send-btn {
    width: 30% !important;
    padding: 8px 10px !important;
    background: #5bcce8;
    font: 300 13px/20px'Prata', serif;
    font: 200 15px/16px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 10px 13px!important;
    text-transform: uppercase;
    background: #23205f;
    border: 1px solid #23205f;
    border-radius: 0;
}



}

@media screen and (max-width:480px){
    .timeline-disp table {
    width: 100%;
    border: 0px solid #cacaca;
    background: #fff;
    float: none;
    margin: 0 auto;
}
.sample-text {
    padding: 6px 0px 0px 10px !important;
    width: 100%;
}
.samples.archives .home-kmore {
    font: 200 15px/16px 'Oswald', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 17px 6px;
    text-transform: uppercase;
    background: #23205f;
    border: 1px solid #23205f;
    position: relative;
    top: 7px;
}
.samples .media-row .keynote-cover {
    padding: 0 0px 10px 0px;
}
.samples.archives .advertising-block p {
    font-weight: 600;
    text-transform: initial;
    letter-spacing: 1px;
    color: #000000;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    font-family: 'Prata', serif;
    margin: 0 0 5px;
}
   .mega-menu .menu-box ul li a {
       color: #0066ab;
       position: relative;
       font-size: 13px;
       line-height: 15px;
       letter-spacing: 1px;
       font-family: 'Prata';
   }
    .about-indef h4 {
        position: relative;
        color: #fff;
        font-size: 23px;
        line-height: 32px;
        letter-spacing: 1px;
        padding-bottom: 21px;
        padding-top: 0px;
    }
    .about-indef {
    background: #0682e5;
    position: absolute;
    top: -164px;
    margin: 0 0 50px;
    width: 90%;
    padding: 15px 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
    .about-indef h4:after {
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        width: 14%;
        height: 1px;
        content: '';
        background: #ffffff;
        margin: 0 auto 0 0;
        z-index: -1;
        opacity: 1;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
/*    .about-indef .book-copy {

            position: absolute;
    top: 13%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50%;
    }*/
    .img-2 {
        height: 71px;
        margin-bottom: 0px;
    }
    .no-gutters .img-2 .book-cover {
        position: absolute;
        top: 2%;
        right: 0px;
        width: 52%;
        left: 0;
        margin: 0 auto;
    }
    .no-gutters .img-2 .book-cover:after {
    content: url('../images/shadow.png');
    position: absolute;
    right: auto;
    bottom: -27px!important;
    left: -122px;
}
   /* .about-indef .book-copy {
        position: absolute;
        top: 0%;
        right: 0px;
        width: 54%;
        left: 0;
        margin: 0 auto;
    }*/
    .samples .media-row h4 {
        position: relative;
        font-size: 15px;
        line-height: 18px;
    }
    .home-kmore {
        font: 200 15px/16px 'Oswald', sans-serif;
        color: #fff;
        border: 1px solid #fff;
        padding: 1px 15px;
        text-transform: uppercase;
        background: #23205f;
        border: 1px solid #23205f;
        position: relative;
        top: 10px;
    }
    .samples .media-row h2 {
        margin-bottom: 0 !important;
        font-size: 17px;
        line-height: 13px;
    }
   .about-indef .wrap-about .heading-section h2 {
       font-size: 27px;
       color: #fff;
       padding: 0 0 0px;
       font-weight: 500;
       line-height: 51px;
       display: block;
       align-items: flex-start;
       margin: 0 0 28px !important;
       justify-content: space-between;
   }
   .about-indef h2 .btn-bt {
       padding: 8px 24px;
   }  
   .flex-btw .timeline-img {
       height: 270px;
       overflow: hidden;
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .flex-btw .timeline-img img{
       width: 80%;
   }
   .timeline-disp table th {
       padding: 12px 15px;
       font-weight: 500;
       border-bottom: 1px solid #cacaca;
       border-top: 0px solid #cacaca;
       border-right: 0px solid #cacaca;
       border-left: 0px solid #cacaca;
       font-size: 14px;
       line-height: 16px;
       color: #000;
   }
   .timeline-disp table td {
       padding: 12px 15px;
       border-bottom: 1px solid #cacaca;
       border-top: 0px solid #cacaca;
       border-right: 0px solid #cacaca;
       border-left: 0px solid #cacaca;
       font-size: 14px;
       line-height: 16px;
       color: #000;
   }
   .hero-wrap .forth .text h1 {
    font-size: 32px;
    line-height: 44px;
}
.pdf-cover .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pdf-cover .col-md-6 h4{
    text-align: center;
}
.pdf-cover .col-md-6 h4:after{
    margin: 0 auto;
}
.pdf-cover .col-md-6 .heading-section h2{
    text-align: center;
}
/*#flipbook{
    max-height: 700px !important;
}*/
/*     .ipgs-theme-default.ipgs-ready .ipgs-toolbar{
        /*top: 5%;
        bottom: auto !important;
		top: 10%;
		bottom: 84%;
        z-index: 0 !important;
    } */
/* 	.ipgs-theme-default.ipgs-ready .ipgs-toolbar{
		top: 82%;
		bottom: 10%;
    } */
	
	.ipgs-theme-default.ipgs-ready .ipgs-toolbar{
		top: 80px !important;
        height: 48px;
    }	
}

@media screen and (max-width:450px){
    .no-gutters .img-2 .book-cover {
        position: absolute;
        top: 2%;
        right: 0px;
        width: 63%;
        left: 0;
        margin: 0 auto;
    }
}